MCPcopy 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
197func NewFieldWithOpt(name string, typ Type, opt bool) Field {
198 return Field{name, typ, opt}
199}
200
201type TypeRecord struct {
202 id int

Callers 15

recordElemsMethod · 0.92
fuseRecordElemsMethod · 0.92
lookupRecordTypeFunction · 0.92
convertTypeRecordMethod · 0.92
projectMethod · 0.92
addOrUpdateFieldMethod · 0.92
addOrUpdateNoneMethod · 0.92
dropMethod · 0.92
recMethod · 0.92
dstTypeMethod · 0.92
newRecordExprFunction · 0.92
updateMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected