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

Struct IntEncoder

csup/int.go:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type IntEncoder struct {
14 typ super.Type
15 vals []int64
16 min, max int64
17 out []byte
18}
19
20func NewIntEncoder(typ super.Type) *IntEncoder {
21 return &IntEncoder{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected