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

Method GetLeft

query/sql/antlrgen/sqlbase_parser.go:1454–1454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1452func (s *SetOperationContext) SetOperator(v antlr.Token) { s.operator = v }
1453
1454func (s *SetOperationContext) GetLeft() IQueryTermContext { return s.left }
1455
1456func (s *SetOperationContext) GetRight() IQueryTermContext { return s.right }
1457

Callers 2

VisitLogicalBinaryMethod · 0.45
VisitJoinRelationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected