Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
type
Record
struct
{
11
Typ *super.TypeRecord
12
Fields []Any
13
len uint32
14
}
15
16
var
_ Any = (*Record)(nil)
17
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected