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

Function NewSubqueryRelationContext

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

Source from the content-addressed store, hash-verified

4724}
4725
4726func NewSubqueryRelationContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *SubqueryRelationContext {
4727 var p = new(SubqueryRelationContext)
4728
4729 p.RelationPrimaryContext = NewEmptyRelationPrimaryContext()
4730 p.parser = parser
4731 p.CopyFrom(ctx.(*RelationPrimaryContext))
4732
4733 return p
4734}
4735
4736func (s *SubqueryRelationContext) GetRuleContext() antlr.RuleContext {
4737 return s

Callers 1

RelationPrimaryMethod · 0.85

Calls 2

CopyFromMethod · 0.45

Tested by

no test coverage detected