Skip to content

Commit 8cedfa2

Browse files
authored
Support CREATE INDEX general syntax (#84)
1 parent 2c0f098 commit 8cedfa2

File tree

4 files changed

+10562
-10373
lines changed

4 files changed

+10562
-10373
lines changed

lyx/ast.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ type Drop struct {
288288
Objects []string
289289
}
290290

291-
type Index struct {
291+
type CreateIndex struct {
292292
}
293293

294294
type DefineStmt struct {
@@ -363,7 +363,7 @@ func (*Cluster) iNode() {}
363363
func (*VacuumStmt) iNode() {}
364364
func (*Drop) iNode() {}
365365
func (*Truncate) iNode() {}
366-
func (*Index) iNode() {}
366+
func (*CreateIndex) iNode() {}
367367
func (*CreateRole) iNode() {}
368368
func (*CreateDatabase) iNode() {}
369369
func (*Insert) iNode() {}

0 commit comments

Comments
 (0)