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

Struct ParenExpr

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

ParenExpr represents a parenthesized expression.

Source from the content-addressed store, hash-verified

443
444// ParenExpr represents a parenthesized expression.
445type ParenExpr struct {
446 Expr Expr
447 ExprType Type // used for type casting
448}
449
450// Type returns the type.
451func (e *ParenExpr) Type() Type {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected