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

Function Deunion

vector/union.go:42–47  ·  view source on GitHub ↗
(vec Any)

Source from the content-addressed store, hash-verified

40}
41
42func Deunion(vec Any) Any {
43 if u, ok := vec.(*Union); ok {
44 return u.Dynamic
45 }
46 return vec
47}

Callers 3

indexArrayOrSetFunction · 0.92
indexMapFunction · 0.92
joinMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected