mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-11 06:22:04 +00:00
Add support of the ENUM8|ENUM16 for ClickHouse dialect (#1574)
This commit is contained in:
parent
c761f0babb
commit
dd7ba72a0b
6 changed files with 179 additions and 49 deletions
|
@ -40,7 +40,7 @@ use sqlparser_derive::{Visit, VisitMut};
|
|||
use crate::tokenizer::Span;
|
||||
|
||||
pub use self::data_type::{
|
||||
ArrayElemTypeDef, CharLengthUnits, CharacterLength, DataType, ExactNumberInfo,
|
||||
ArrayElemTypeDef, CharLengthUnits, CharacterLength, DataType, EnumMember, ExactNumberInfo,
|
||||
StructBracketKind, TimezoneInfo,
|
||||
};
|
||||
pub use self::dcl::{AlterRoleOperation, ResetConfig, RoleOption, SetConfigValue, Use};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue