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

Method Fields

value.go:341–343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339}
340
341func (r Value) Fields() []Field {
342 return TypeRecordOf(r.Type()).Fields
343}
344
345func (v *Value) DerefByColumn(col int) (*Value, bool) {
346 if v != nil {

Callers 11

DerefByColumnMethod · 0.95
unmarshalHeadersFunction · 0.80
FlattenMethod · 0.80
fcbInfoWordsFunction · 0.80
RunInternalMethod · 0.80
newTypeFromDataTypeMethod · 0.80
newUnionTypeMethod · 0.80
WriteMethod · 0.80
WriteMethod · 0.80
WriteMethod · 0.80

Calls 2

TypeMethod · 0.95
TypeRecordOfFunction · 0.85

Tested by

no test coverage detected