Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ ArrayEncoder
Struct
ArrayEncoder
csup/array.go:11–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
)
10
11
type
ArrayEncoder
struct
{
12
typ super.Type
13
values Encoder
14
offsets *offsetsEncoder
15
count uint32
16
}
17
18
var
_ Encoder = (*ArrayEncoder)(nil)
19
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected