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

Function underAll

runtime/vam/expr/function/function.go:175–181  ·  view source on GitHub ↗
(args []vector.Any)

Source from the content-addressed store, hash-verified

173}
174
175func underAll(args []vector.Any) []vector.Any {
176 out := slices.Clone(args)
177 for i := range args {
178 out[i] = vector.Under(args[i])
179 }
180 return out
181}
182
183type samFunc struct {
184 sctx *super.Context

Callers 10

CallMethod · 0.70
CallMethod · 0.70
CallMethod · 0.70
CallMethod · 0.70
CallMethod · 0.70
CallMethod · 0.70
CallMethod · 0.70
CallMethod · 0.70
CallMethod · 0.70
CallMethod · 0.70

Calls 2

UnderFunction · 0.92
CloneMethod · 0.65

Tested by

no test coverage detected