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

Struct Record

vector/record.go:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type Record struct {
11 Typ *super.TypeRecord
12 Fields []Any
13 len uint32
14}
15
16var _ Any = (*Record)(nil)
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected