feat(flow): tumble window func (#3968)

* feat(WIP): tumble window rewrite parser

* tests: tumble func

* feat: add `update_at` column for all flow output

* chore: cleanup per review

* fix: update_at not as time index

* fix: demo tumble

* fix: tests&tumble signature&accept both ts&datetime

* refactor: update_at now ts millis type

* chore: per review advices
This commit is contained in:
discord9
2024-05-17 20:10:28 +08:00
committed by GitHub
parent 9baa431656
commit 3477fde0e5
15 changed files with 816 additions and 91 deletions

3
Cargo.lock generated
View File

@@ -3835,8 +3835,11 @@ dependencies = [
"common-decimal",
"common-error",
"common-frontend",
"common-function",
"common-macro",
"common-meta",
"common-query",
"common-recordbatch",
"common-runtime",
"common-telemetry",
"common-time",