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

Struct UintEncoder

csup/int.go:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96type UintEncoder struct {
97 typ super.Type
98 vals []uint64
99 min, max uint64
100 out []byte
101}
102
103func NewUintEncoder(typ super.Type) *UintEncoder {
104 return &UintEncoder{typ: typ}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected