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

Function newUnder

runtime/vam/expr/function/under.go:14–16  ·  view source on GitHub ↗
(sctx *super.Context)

Source from the content-addressed store, hash-verified

12}
13
14func newUnder(sctx *super.Context) *Under {
15 return &Under{sctx, samfunc.NewUnder(sctx)}
16}
17
18func (u *Under) Call(args ...vector.Any) vector.Any {
19 vec := args[0]

Callers 1

NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected