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

Method IsNull

value.go:243–245  ·  view source on GitHub ↗

IsNull returns true when v's underlying type is TypeNull.

()

Source from the content-addressed store, hash-verified

241
242// IsNull returns true when v's underlying type is TypeNull.
243func (v Value) IsNull() bool {
244 return v.Type().ID() == IDNull
245}
246
247// Copy returns a copy of v that shares no storage.
248func (v Value) Copy() Value {

Callers 15

ContainerLengthMethod · 0.95
CopyFromMethod · 0.80
decodeAnyMethod · 0.80
indirectFunction · 0.80
decodeMapMethod · 0.80
decodeArrayMethod · 0.80
appendValMethod · 0.80
projectMethod · 0.80
NewSearchFunction · 0.80
EvalMethod · 0.80
ConsumeMethod · 0.80

Calls 2

TypeMethod · 0.95
IDMethod · 0.65

Tested by

no test coverage detected