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

Function NewUnder

runtime/sam/expr/function/under.go:13–18  ·  view source on GitHub ↗
(sctx *super.Context)

Source from the content-addressed store, hash-verified

11}
12
13func NewUnder(sctx *super.Context) *Under {
14 return &Under{
15 sctx: sctx,
16 downcast: NewDowncast(sctx),
17 }
18}
19
20func (u *Under) Call(args []super.Value) super.Value {
21 val := args[0]

Callers 1

NewFunction · 0.85

Calls 1

NewDowncastFunction · 0.85

Tested by

no test coverage detected