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

Struct RecordEncoder

csup/record.go:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type RecordEncoder struct {
12 fields []*FieldEncoder
13 count uint32
14 nopt int
15}
16
17var _ Encoder = (*RecordEncoder)(nil)
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected