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

Function NewInListContext

query/sql/antlrgen/sqlbase_parser.go:5636–5644  ·  view source on GitHub ↗
(parser antlr.Parser, ctx antlr.ParserRuleContext)

Source from the content-addressed store, hash-verified

5634}
5635
5636func NewInListContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *InListContext {
5637 var p = new(InListContext)
5638
5639 p.PredicateContext = NewEmptyPredicateContext()
5640 p.parser = parser
5641 p.CopyFrom(ctx.(*PredicateContext))
5642
5643 return p
5644}
5645
5646func (s *InListContext) GetRuleContext() antlr.RuleContext {
5647 return s

Callers 1

PredicateMethod · 0.85

Calls 2

NewEmptyPredicateContextFunction · 0.85
CopyFromMethod · 0.45

Tested by

no test coverage detected