Support for BigQuery struct, array and bytes , int64, float64 datatypes (#1003)

This commit is contained in:
Ifeanyi Ubah 2023-10-25 18:57:33 +02:00 committed by GitHub
parent 65317edcb9
commit 2f437db2a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 901 additions and 65 deletions

View file

@ -166,7 +166,7 @@ fn parse_array() {
assert_eq!(
&Expr::Cast {
expr: Box::new(Expr::Identifier(Ident::new("a"))),
data_type: DataType::Array(None),
data_type: DataType::Array(ArrayElemTypeDef::None),
format: None,
},
expr_from_projection(only(&select.projection))