Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Array
Struct
Array
vector/array.go:8–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
Array
struct
{
9
Typ *super.TypeArray
10
Offsets []uint32
11
Values Any
12
}
13
14
var
_ Any = (*Array)(nil)
15
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected