Function
NewSampledRelationContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 4156 | func (*SampledRelationContext) IsSampledRelationContext() {} |
| 4157 | |
| 4158 | func NewSampledRelationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SampledRelationContext { |
| 4159 | var p = new(SampledRelationContext) |
| 4160 | |
| 4161 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 4162 | |
| 4163 | p.parser = parser |
| 4164 | p.RuleIndex = SqlBaseParserRULE_sampledRelation |
| 4165 | |
| 4166 | return p |
| 4167 | } |
| 4168 | |
| 4169 | func (s *SampledRelationContext) GetParser() antlr.Parser { return s.parser } |
| 4170 | |
Tested by
no test coverage detected