mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-27 01:14:07 +00:00
parent
c5de1225e9
commit
e5991f3ae5
4 changed files with 16 additions and 0 deletions
|
@ -1938,6 +1938,7 @@ impl<'a> Parser<'a> {
|
|||
let _ = self.parse_keyword(Keyword::PRECISION);
|
||||
Ok(DataType::Double)
|
||||
}
|
||||
Keyword::TINYINT => Ok(DataType::TinyInt),
|
||||
Keyword::SMALLINT => Ok(DataType::SmallInt),
|
||||
Keyword::INT | Keyword::INTEGER => Ok(DataType::Int),
|
||||
Keyword::BIGINT => Ok(DataType::BigInt),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue