datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
## Which issue does this PR close? Closes #9527 . ## Rationale for this change allow user define simply rule ## What changes are included in this PR? add `WindowUDFImpl::simplfy()`...
### Is your feature request related to a problem or challenge? Follow on to #5781 There are at least three things named `WindowFunction` in DataFusion -- `Expr::WindowFunction`, `window_function::WindowFunction` and `expr::WindowFunction`...
### Is your feature request related to a problem or challenge? The automatic coercion and comparison rules for timestamps with timezones (especially how timestamps with `None`) are treated is not...
### Describe the bug When casting a string to a timestamp with time zone as an argument, I get the following error: ``` Error while planning query: Internal error: binary_op...
### Describe the bug When using the `date_bin` function, while providing a time zone to the column used in `date_bin` , and using a range that contains daylight savings (i.e....
## Which issue does this PR close? Closes #. ## Rationale for this change Find code comments while reading the new aggregation code and tries to fix it here. ##...
## Which issue does this PR close? Closes #7380. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are there...
## Which issue does this PR close? Closes #9370 . ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are...
## Which issue does this PR close? Closes #10379 . ## Rationale for this change Fixing some existing SMJ LeftSemi bugs when join filter is set. Currently the join either...
## Usecase Many analytic systems store their data with some particular sort order, and the query engine can often take advantage of this sort order to both reduce memory usage...