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

Method Type

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

Type returns the type.

()

Source from the content-addressed store, hash-verified

449
450// Type returns the type.
451func (e *ParenExpr) Type() Type {
452 if e.ExprType != UnknownType {
453 return e.ExprType
454 }
455 return e.Expr.Type()
456}
457
458// String returns a string representation of the parenthesized expression.
459func (e *ParenExpr) String() string {

Callers

nothing calls this directly

Calls 1

TypeMethod · 0.65

Tested by

no test coverage detected