MCPcopy Index your code
hub / github.com/uber/aresdb / Relation

Method Relation

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

Source from the content-addressed store, hash-verified

3634}
3635
3636func (p *SqlBaseParser) Relation() (localctx IRelationContext) {
3637 return p.relation(0)
3638}
3639
3640func (p *SqlBaseParser) relation(_p int) (localctx IRelationContext) {
3641 var _parentctx antlr.ParserRuleContext = p.GetParserRuleContext()

Callers

nothing calls this directly

Calls 1

relationMethod · 0.95

Tested by

no test coverage detected