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

Function NewInSubqueryContext

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

Source from the content-addressed store, hash-verified

5588}
5589
5590func NewInSubqueryContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *InSubqueryContext {
5591 var p = new(InSubqueryContext)
5592
5593 p.PredicateContext = NewEmptyPredicateContext()
5594 p.parser = parser
5595 p.CopyFrom(ctx.(*PredicateContext))
5596
5597 return p
5598}
5599
5600func (s *InSubqueryContext) GetRuleContext() antlr.RuleContext {
5601 return s

Callers 1

PredicateMethod · 0.85

Calls 2

NewEmptyPredicateContextFunction · 0.85
CopyFromMethod · 0.45

Tested by

no test coverage detected