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

Function NewNull

vector/null.go:12–14  ·  view source on GitHub ↗
(len uint32)

Source from the content-addressed store, hash-verified

10}
11
12func NewNull(len uint32) *Null {
13 return &Null{len}
14}
15
16func (*Null) Kind() Kind {
17 return KindNull

Callers 15

projectMethod · 0.92
newVectorMethod · 0.92
EvalMethod · 0.92
CallMethod · 0.92
evalForListMethod · 0.92
EvalMethod · 0.92
NewSearchFunction · 0.92
EvalMethod · 0.92
applyMethod · 0.92
EvalMethod · 0.92
quietTmpMethod · 0.92
CallMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected