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

Function NewFloatEncoder

csup/float.go:22–24  ·  view source on GitHub ↗
(typ super.Type)

Source from the content-addressed store, hash-verified

20}
21
22func NewFloatEncoder(typ super.Type) *FloatEncoder {
23 return &FloatEncoder{typ: typ}
24}
25
26func (f *FloatEncoder) Write(vec vector.Any) {
27 if vec.Len() == 0 {

Callers 1

NewPrimitiveEncoderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected