Enochack

Results 6 comments of Enochack

I'd like to pick this issue. Is it resolved now?

What's your idea about the issue? It will be great if I could continue to make progress on the basis of your ideas.

Refer to https://clickhouse.tech/docs/en/sql-reference/data-types/nullable/, the Nullable wrapped data types are restricted. And I saw the TB grammar file has restricted the wrapped data types to simple type and decimal type. So...

Otherwise, we will always need to check the wrapped data type like this ```rust BqlType::Nullable(bt) => match bt { BqlType::Int(_) | BqlType::UInt(_) | BqlType::Float(_) | BqlType::DateTime | BqlType::Date | BqlType::Decimal(_,...

Thanks for the suggestion