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

Function NewEmptyQueryTermContext

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

Source from the content-addressed store, hash-verified

1359}
1360
1361func NewEmptyQueryTermContext() *QueryTermContext {
1362 var p = new(QueryTermContext)
1363 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1)
1364 p.RuleIndex = SqlBaseParserRULE_queryTerm
1365 return p
1366}
1367
1368func (*QueryTermContext) IsQueryTermContext() {}
1369

Callers 2

NewSetOperationContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected