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

Struct FusionEncoder

csup/fusion.go:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type FusionEncoder struct {
12 cctx *Context
13 typ *super.TypeFusion
14 values Encoder
15 subtypes []uint32
16 subtypesEnc *Uint32Encoder
17}
18
19var _ Encoder = (*FusionEncoder)(nil)
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected