Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewFieldWithOpt
Function
NewFieldWithOpt
complex.go:197–199 ·
view source on GitHub ↗
(name string, typ Type, opt bool)
Source
from the content-addressed store, hash-verified
195
}
196
197
func
NewFieldWithOpt(name string, typ Type, opt bool) Field {
198
return
Field{name, typ, opt}
199
}
200
201
type
TypeRecord
struct
{
202
id int
Callers
15
recordElems
Method · 0.92
fuseRecordElems
Method · 0.92
lookupRecordType
Function · 0.92
convertTypeRecord
Method · 0.92
project
Method · 0.92
addOrUpdateField
Method · 0.92
addOrUpdateNone
Method · 0.92
drop
Method · 0.92
rec
Method · 0.92
dstType
Method · 0.92
newRecordExpr
Function · 0.92
update
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected