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

Struct FloatEncoder

csup/float.go:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type FloatEncoder struct {
15 typ super.Type
16 vals []float64
17 min, max float64
18 out []byte
19 fmt uint8
20}
21
22func NewFloatEncoder(typ super.Type) *FloatEncoder {
23 return &FloatEncoder{typ: typ}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected