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

Method Emit

csup/float.go:72–78  ·  view source on GitHub ↗
(w io.Writer)

Source from the content-addressed store, hash-verified

70}
71
72func (u *FloatEncoder) Emit(w io.Writer) error {
73 var err error
74 if len(u.out) > 0 {
75 _, err = w.Write(u.out)
76 }
77 return err
78}
79
80func comparableDict[T comparable](in []T) ([]T, []byte, []uint32) {
81 m := make(map[T]byte)

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected