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

Method Emit

csup/int.go:71–77  ·  view source on GitHub ↗
(w io.Writer)

Source from the content-addressed store, hash-verified

69}
70
71func (i *IntEncoder) Emit(w io.Writer) error {
72 var err error
73 if len(i.out) > 0 {
74 _, err = w.Write(i.out)
75 }
76 return err
77}
78
79func (i *IntEncoder) Dict() (PrimitiveEncoder, []byte, []uint32) {
80 entries, index, counts := comparableDict(i.vals)

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected