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

Struct BytesEncoder

csup/bytes.go:13–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type BytesEncoder struct {
14 typ super.Type
15 min, max []byte
16 bytes []byte
17 offsets *offsetsEncoder
18
19 // These values are used for the Encode pass.
20 bytesFmt uint8
21 bytesOut []byte
22 bytesLen uint64
23}
24
25func NewBytesEncoder(typ super.Type) *BytesEncoder {
26 return &BytesEncoder{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected