Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ newUnflatten
Function
newUnflatten
runtime/vam/expr/function/flatten.go:41–43 ·
view source on GitHub ↗
(sctx *super.Context)
Source
from the content-addressed store, hash-verified
39
}
40
41
func
newUnflatten(sctx *super.Context) *unflatten {
42
return
&unflatten{sctx, samfunc.NewUnflatten(sctx)}
43
}
44
45
func
(u *unflatten) Call(args ...vector.Any) vector.Any {
46
vec := vector.Under(args[0])
Callers
1
New
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected