MCPcopy Create free account
hub / github.com/araddon/qlbridge / NullNode

Struct NullNode

expr/node.go:233–233  ·  view source on GitHub ↗

NullNode is a simple NULL type node

Source from the content-addressed store, hash-verified

231
232 // NullNode is a simple NULL type node
233 NullNode struct{}
234
235 // NumberNode holds a number: signed or unsigned integer or float.
236 // The value is parsed and stored under all the types that can represent the value.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected