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

Function NewField

complex.go:193–195  ·  view source on GitHub ↗
(name string, typ Type)

Source from the content-addressed store, hash-verified

191}
192
193func NewField(name string, typ Type) Field {
194 return Field{name, typ, false}
195}
196
197func NewFieldWithOpt(name string, typ Type, opt bool) Field {
198 return Field{name, typ, opt}

Callers 15

TestValueValidateFunction · 0.92
buildMethod · 0.92
sqlSelectMethod · 0.92
emitProjectionMethod · 0.92
mapColumnsFunction · 0.92
superTypeMethod · 0.92
superTypeMethod · 0.92
gTypeMethod · 0.92
semOpMethod · 0.92
joinOpMethod · 0.92
exprMethod · 0.92
mustResolveCallMethod · 0.92

Calls

no outgoing calls

Tested by 1

TestValueValidateFunction · 0.74