Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
func
Deunion(vec Any) Any {
43
if
u, ok := vec.(*Union); ok {
44
return
u.Dynamic
45
}
46
return
vec
47
}
Callers
3
indexArrayOrSet
Function · 0.92
indexMap
Function · 0.92
join
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected