MCPcopy Create free account
hub / github.com/brimdata/super / newSplit

Function newSplit

runtime/sam/expr/function/string.go:128–133  ·  view source on GitHub ↗
(sctx *super.Context)

Source from the content-addressed store, hash-verified

126}
127
128func newSplit(sctx *super.Context) *Split {
129 return &Split{
130 sctx: sctx,
131 typ: sctx.LookupTypeArray(super.TypeString),
132 }
133}
134
135func (s *Split) Call(args []super.Value) super.Value {
136 args = underAll(args)

Callers 1

NewFunction · 0.85

Calls 1

LookupTypeArrayMethod · 0.80

Tested by

no test coverage detected