Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
func
NewFloatEncoder(typ super.Type) *FloatEncoder {
23
return
&FloatEncoder{typ: typ}
24
}
25
26
func
(f *FloatEncoder) Write(vec vector.Any) {
27
if
vec.Len() == 0 {
Callers
1
NewPrimitiveEncoder
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected