MCPcopy 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
8type Array struct {
9 Typ *super.TypeArray
10 Offsets []uint32
11 Values Any
12}
13
14var _ Any = (*Array)(nil)
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected