| 4243 | } |
| 4244 | |
| 4245 | type Create_index_stmtContext struct { |
| 4246 | antlr.BaseParserRuleContext |
| 4247 | parser antlr.Parser |
| 4248 | } |
| 4249 | |
| 4250 | func NewEmptyCreate_index_stmtContext() *Create_index_stmtContext { |
| 4251 | var p = new(Create_index_stmtContext) |
nothing calls this directly
no outgoing calls
no test coverage detected