MCPcopy 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
24func NewUnflatten(sctx *super.Context) *Unflatten {
25 return &Unflatten{
26 sctx: sctx,
27 }
28}
29
30func (u *Unflatten) Call(args []super.Value) super.Value {
31 val := args[0]

Callers 1

NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected