Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ underAll
Function
underAll
runtime/sam/expr/function/function.go:217–222 ·
view source on GitHub ↗
(args []super.Value)
Source
from the content-addressed store, hash-verified
215
}
216
217
func
underAll(args []super.Value) []super.Value {
218
for
i :=
range
args {
219
args[i] = args[i].Under()
220
}
221
return
args
222
}
Callers
6
Call
Method · 0.70
Call
Method · 0.70
Call
Method · 0.70
Call
Method · 0.70
Call
Method · 0.70
Call
Method · 0.70
Calls
1
Under
Method · 0.80
Tested by
no test coverage detected