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

Struct UnknownLiteral

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

UnknownLiteral represents an UNKNOWN literal.

Source from the content-addressed store, hash-verified

394
395// UnknownLiteral represents an UNKNOWN literal.
396type UnknownLiteral struct{}
397
398// Type returns the type.
399func (l *UnknownLiteral) Type() Type {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected