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

Struct UnionEncoder

csup/union.go:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type UnionEncoder struct {
12 typ *super.TypeUnion
13 values []Encoder
14 tags Uint32Encoder
15 count uint32
16}
17
18var _ Encoder = (*UnionEncoder)(nil)
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected