Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ RecordEncoder
Struct
RecordEncoder
csup/record.go:11–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
)
10
11
type
RecordEncoder
struct
{
12
fields []*FieldEncoder
13
count uint32
14
nopt int
15
}
16
17
var
_ Encoder = (*RecordEncoder)(nil)
18
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected