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

Struct UnaryExpr

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

UnaryExpr represents an operation on a single expression.

Source from the content-addressed store, hash-verified

405
406// UnaryExpr represents an operation on a single expression.
407type UnaryExpr struct {
408 Op Token
409 Expr Expr
410 ExprType Type
411}
412
413// Type returns the type.
414func (e *UnaryExpr) Type() Type {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected