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

Struct ScodeEncoder

csup/scode.go:17–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15const MaxDictSize = 256
16
17type ScodeEncoder struct {
18 typ super.Type
19 bytes scode.Bytes
20 cmp expr.CompareFn
21 min *super.Value
22 max *super.Value
23 count uint32
24
25 // fields used after Encode is called
26 bytesLen uint64
27 format uint8
28 out []byte
29}
30
31func NewScodeEncoder(typ super.Type) *ScodeEncoder {
32 return &ScodeEncoder{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected