MCPcopy Create free account
hub / github.com/brimdata/super / Set

Struct Set

vector/set.go:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Set struct {
9 Typ *super.TypeSet
10 Offsets []uint32
11 Values Any
12}
13
14var _ Any = (*TypeValue)(nil)
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected