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

Function NewEmptyPredicateContext

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

Source from the content-addressed store, hash-verified

5490}
5491
5492func NewEmptyPredicateContext() *PredicateContext {
5493 var p = new(PredicateContext)
5494 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1)
5495 p.RuleIndex = SqlBaseParserRULE_predicate
5496 return p
5497}
5498
5499func (*PredicateContext) IsPredicateContext() {}
5500

Callers 5

NewComparisonContextFunction · 0.85
NewInSubqueryContextFunction · 0.85
NewInListContextFunction · 0.85
NewBetweenContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected