This is an automated email from the ASF dual-hosted git repository.
agrove pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-python.git
from 501acff Allow for multiple input files per table instead of a single
file (#519)
add c6a7af5 Add support for window function bindings (#521)
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 117 +++++++++++--------
datafusion/__init__.py | 4 +-
src/common/data_type.rs | 18 +++
src/expr.rs | 13 +++
src/expr/window.rs | 294 ++++++++++++++++++++++++++++++++++++++++++++++++
src/functions.rs | 2 +-
src/lib.rs | 2 -
src/sql/logical.rs | 8 +-
src/window_frame.rs | 110 ------------------
9 files changed, 403 insertions(+), 165 deletions(-)
create mode 100644 src/expr/window.rs
delete mode 100644 src/window_frame.rs