Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ newOffsetsEncoder
Function
newOffsetsEncoder
csup/int.go:224–226 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
222
}
223
224
func
newOffsetsEncoder() *offsetsEncoder {
225
return
&offsetsEncoder{}
226
}
227
228
func
(o *offsetsEncoder) write(offsets []uint32) {
229
if
len(o.vals) == 0 {
Callers
4
NewArrayEncoder
Function · 0.85
NewSetEncoder
Function · 0.85
NewMapEncoder
Function · 0.85
NewBytesEncoder
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected