dennis zhuang
|
d53afa849d
|
fix: interval cast expression can't work in range query, #5805 (#5813)
* fix: interval cast expression can't work in range query, #5805
* fix: nested cast
* test: make vector test stable
|
2025-04-02 08:46:17 +00:00 |
|
Yingwen
|
2f2b4b306c
|
feat!: implement interval type by multiple structs (#4772)
* define structs and methods
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* feat: re-implement interval types in time crate
* feat: use new
* feat: interval value
* feat: query crate interval
* feat: pg and mysql interval
* chore: remove unused imports
* chore: remove commented codes
* feat: make flow compile but may not work
* feat: flow datetime
* test: fix some tests
* test: fix some flow tests(WIP)
* chore: some fix test&docs
* fix: change interval order
* chore: remove unused codes
* chore: fix cilppy
* chore: now signature change
* chore: remove todo
* feat: update error message
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
Co-authored-by: discord9 <discord9@163.com>
|
2024-10-14 03:09:03 +00:00 |
|
WU Jingdi
|
d180e41230
|
fix: change range query time slot to [align_ts, align_ts + range) (#2938)
|
2023-12-19 02:35:14 +00:00 |
|
WU Jingdi
|
806400caff
|
feat: add align to / interval support in range query (#2842)
* feat: add align to / interval support in range query
* chore: fix ci
* chore: simplify `parse_duration_expr`
* chore: change s to ms
|
2023-12-04 08:00:41 +00:00 |
|