KipData / FnckSQL

SQL as a Function for Rust
Apache License 2.0
567 stars 48 forks source link

Feat: TimeZone Info for `LogicalType::Time` #182

Open KKould opened 8 months ago

KKould commented 8 months ago

Feature Request

WITH TIME ZONE on CREATE TABLE TABLE_E141_07_10_01 ( A TIME WITH TIME ZONE DEFAULT CURRENT_TIMESTAMP )

I think this should create a new DataValue like DataType::TimeWithZone to represent WITH TIME ZONE