Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ BeginUnion
Function
BeginUnion
complex.go:405–408 ·
view source on GitHub ↗
(b *scode.Builder, tag int)
Source
from the content-addressed store, hash-verified
403
}
404
405
func
BeginUnion(b *scode.Builder, tag int) {
406
b.BeginContainer()
407
b.Append(EncodeUint(uint64(tag)))
408
}
Callers
11
Serialize
Method · 0.92
buildUnion
Function · 0.92
toUnion
Method · 0.92
encode
Method · 0.92
toUnion
Method · 0.92
GenValue
Function · 0.92
appendFields
Method · 0.92
buildScodeWithNullable
Method · 0.92
buildScodeUnion
Method · 0.92
decodeUnion
Method · 0.92
BuildUnion
Function · 0.85
Calls
3
EncodeUint
Function · 0.85
BeginContainer
Method · 0.80
Append
Method · 0.45
Tested by
no test coverage detected