Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
193
func
NewField(name string, typ Type) Field {
194
return
Field{name, typ, false}
195
}
196
197
func
NewFieldWithOpt(name string, typ Type, opt bool) Field {
198
return
Field{name, typ, opt}
Callers
15
TestValueValidate
Function · 0.92
build
Method · 0.92
sqlSelect
Method · 0.92
emitProjection
Method · 0.92
mapColumns
Function · 0.92
superType
Method · 0.92
superType
Method · 0.92
gType
Method · 0.92
semOp
Method · 0.92
joinOp
Method · 0.92
expr
Method · 0.92
mustResolveCall
Method · 0.92
Calls
no outgoing calls
Tested by
1
TestValueValidate
Function · 0.74