Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
func
newUnder(sctx *super.Context) *Under {
15
return
&Under{sctx, samfunc.NewUnder(sctx)}
16
}
17
18
func
(u *Under) Call(args ...vector.Any) vector.Any {
19
vec := args[0]
Callers
1
New
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected