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

Method Emit

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

Source from the content-addressed store, hash-verified

150}
151
152func (u *UintEncoder) Emit(w io.Writer) error {
153 var err error
154 if len(u.out) > 0 {
155 _, err = w.Write(u.out)
156 }
157 return err
158}
159
160func (u *UintEncoder) Dict() (PrimitiveEncoder, []byte, []uint32) {
161 entries, index, counts := comparableDict(u.vals)

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected