MCPcopy 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
41func newUnflatten(sctx *super.Context) *unflatten {
42 return &unflatten{sctx, samfunc.NewUnflatten(sctx)}
43}
44
45func (u *unflatten) Call(args ...vector.Any) vector.Any {
46 vec := vector.Under(args[0])

Callers 1

NewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected