MCPcopy
hub / github.com/uber/aresdb / NullLiteral

Struct NullLiteral

query/expr/ast.go:385–385  ·  view source on GitHub ↗

NullLiteral represents a NULL literal.

Source from the content-addressed store, hash-verified

383
384// NullLiteral represents a NULL literal.
385type NullLiteral struct{}
386
387// Type returns the type.
388func (l *NullLiteral) Type() Type {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected