Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewUnflatten
Function
NewUnflatten
runtime/sam/expr/function/unflatten.go:24–28 ·
view source on GitHub ↗
(sctx *super.Context)
Source
from the content-addressed store, hash-verified
22
}
23
24
func
NewUnflatten(sctx *super.Context) *Unflatten {
25
return
&Unflatten{
26
sctx: sctx,
27
}
28
}
29
30
func
(u *Unflatten) Call(args []super.Value) super.Value {
31
val := args[0]
Callers
1
New
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected