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

Function newOffsetsEncoder

csup/int.go:224–226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222}
223
224func newOffsetsEncoder() *offsetsEncoder {
225 return &offsetsEncoder{}
226}
227
228func (o *offsetsEncoder) write(offsets []uint32) {
229 if len(o.vals) == 0 {

Callers 4

NewArrayEncoderFunction · 0.85
NewSetEncoderFunction · 0.85
NewMapEncoderFunction · 0.85
NewBytesEncoderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected