Function
NewPartition_byContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 27838 | func (*Partition_byContext) IsPartition_byContext() {} |
| 27839 | |
| 27840 | func NewPartition_byContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Partition_byContext { |
| 27841 | var p = new(Partition_byContext) |
| 27842 | |
| 27843 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 27844 | |
| 27845 | p.parser = parser |
| 27846 | p.RuleIndex = SQLiteParserRULE_partition_by |
| 27847 | |
| 27848 | return p |
| 27849 | } |
| 27850 | |
| 27851 | func (s *Partition_byContext) GetParser() antlr.Parser { return s.parser } |
| 27852 | |
Tested by
no test coverage detected