Skip to content

Commit 21f989c

Browse files
Feature/views api (#6)
* views-api-expanded
1 parent 0b4f30d commit 21f989c

File tree

3 files changed

+1722
-1735
lines changed

3 files changed

+1722
-1735
lines changed

go/vt/sqlparser/ast.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ type (
232232

233233
// AutoIncSpec is set for AddAutoIncStr.
234234
AutoIncSpec *AutoIncSpec
235+
236+
// SelectStatement is set for Create View.
237+
SelectStatement SelectStatement
235238
}
236239

237240
// ParenSelect is a parenthesized SELECT statement.

0 commit comments

Comments
 (0)