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

Method QueryTerm

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

Source from the content-addressed store, hash-verified

1519}
1520
1521func (p *SqlBaseParser) QueryTerm() (localctx IQueryTermContext) {
1522 return p.queryTerm(0)
1523}
1524
1525func (p *SqlBaseParser) queryTerm(_p int) (localctx IQueryTermContext) {
1526 var _parentctx antlr.ParserRuleContext = p.GetParserRuleContext()

Callers 1

VisitQueryNoWithMethod · 0.45

Calls 1

queryTermMethod · 0.95

Tested by

no test coverage detected