Commit 3940e36
Support for non-u64 types for Window Bound (apache#3916)
* Support for non u64 values inside window frames
* timestamp handling is added
* get_rank removed
* Tidy up datetime arithmetic, get rid of unwraps
* new test for validity, during window frame creation is added
* window_bound is changed to Expr (#6)
* give fixed commit hash as dependency
* remove locked flag
* Simplify some frame bound conversion functions
* Make things work the new sqlparser
* Upgrade sqlparser version to 0.26
* Minor changes
* type coercion for window frames moved to the optimizer.
Co-authored-by: Mehmet Ozan Kabak <ozankabak@gmail.com>1 parent 4e29835 commit 3940e36
File tree
29 files changed
+926
-695
lines changed- datafusion-cli
- datafusion
- common
- src
- core
- src
- physical_plan
- file_format
- windows
- tests/sql
- expr
- src
- optimizer/src
- physical-expr/src
- expressions
- window
- proto
- proto
- src
- sql
- src
29 files changed
+926
-695
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
| 50 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments