(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 4724 | } |
| 4725 | |
| 4726 | func 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 | |
| 4736 | func (s *SubqueryRelationContext) GetRuleContext() antlr.RuleContext { |
| 4737 | return s |
no test coverage detected