Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
341
func
(r Value) Fields() []Field {
342
return
TypeRecordOf(r.Type()).Fields
343
}
344
345
func
(v *Value) DerefByColumn(col int) (*Value, bool) {
346
if
v != nil {
Callers
11
DerefByColumn
Method · 0.95
unmarshalHeaders
Function · 0.80
Flatten
Method · 0.80
fcbInfoWords
Function · 0.80
RunInternal
Method · 0.80
NewReaderFromRecordReader
Function · 0.80
newTypeFromDataType
Method · 0.80
newUnionType
Method · 0.80
Write
Method · 0.80
Write
Method · 0.80
Write
Method · 0.80
Calls
2
Type
Method · 0.95
TypeRecordOf
Function · 0.85
Tested by
no test coverage detected