feat(expr): support date, interval and timestamp
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Fixes https://github.com/datafuselabs/databend/issues/6635 Blocked by https://github.com/datafuselabs/databend/pull/6867
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
| Name | Status | Preview | Updated |
|---|---|---|---|
| databend | ⬜️ Ignored (Inspect) | Jul 28, 2022 at 0:11AM (UTC) |
also, may require some
Date => ArrowDataType::Date32,
Datetime(unit, tz) => ArrowDataType::Timestamp(unit.to_arrow(), tz.clone()),
@PsiACE Have you been working on it? If so I'd like to close this one.
@PsiACE Have you been working on it? If so I'd like to close this one.
You can keep working on this, I haven't made that much progress, I just happened to notice these.
-
mainbranch is force pushed, update your working branch please: #7261
main branch is force pushed(again :(, to cleanup big object in history), update your working branch please: To everybody: main branch is force pushed. #7263
Closing in favor of https://github.com/datafuselabs/databend/pull/7393