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

Function NewRecord

vector/record.go:18–20  ·  view source on GitHub ↗
(typ *super.TypeRecord, fields []Any, length uint32)

Source from the content-addressed store, hash-verified

16var _ Any = (*Record)(nil)
17
18func NewRecord(typ *super.TypeRecord, fields []Any, length uint32) *Record {
19 return &Record{typ, fields, length}
20}
21
22func (*Record) Kind() Kind {
23 return KindRecord

Callers 14

projectMethod · 0.92
EvalMethod · 0.92
evalMethod · 0.92
CallMethod · 0.92
dropMethod · 0.92
recMethod · 0.92
addressAndMaskFunction · 0.92
flattenMethod · 0.92
makeResultMethod · 0.92
makeHitsResultMethod · 0.92
buildMethod · 0.92
buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected