We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832be22 commit 9aa4475Copy full SHA for 9aa4475
src/ast/dml.rs
@@ -32,11 +32,12 @@ use sqlparser_derive::{Visit, VisitMut};
32
pub use super::ddl::{ColumnDef, TableConstraint};
33
34
use super::{
35
- display_comma_separated, display_separated, query::InputFormatClause, Assignment, ClusteredBy,
+ display_comma_separated, display_separated, ClusteredBy,
36
CommentDef, Expr, FileFormat, FromTable, HiveDistributionStyle, HiveFormat, HiveIOFormat,
37
HiveRowFormat, Ident, InsertAliases, MysqlInsertPriority, ObjectName, OnCommit, OnInsert,
38
OneOrManyWithParens, OrderByExpr, Query, RowAccessPolicy, SelectItem, Setting, SqlOption,
39
- SqliteOnConflict, TableEngine, TableObject, TableWithJoins, Tag, WrappedCollection,
+ SqliteOnConflict, StorageSerializationPolicy, TableEngine, TableObject, TableWithJoins, Tag,
40
+ WrappedCollection,
41
};
42
43
/// CREATE INDEX statement.
0 commit comments