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

Struct BooleanLiteral

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

BooleanLiteral represents a boolean literal.

Source from the content-addressed store, hash-verified

321
322// BooleanLiteral represents a boolean literal.
323type BooleanLiteral struct {
324 Val bool
325}
326
327// Type returns the type.
328func (l *BooleanLiteral) Type() Type {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected