This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    from cadf429551 feat: support `null_treatment`, `distinct`, and `filter` 
for window functions in proto (#18024)
     add c84e3cf5a5 feat: Add percentile_cont aggregate function (#17988)

No new revisions were added by this update.

Summary of changes:
 datafusion-testing                                 |   2 +-
 .../src/approx_percentile_cont.rs                  |  65 +-
 datafusion/functions-aggregate/src/lib.rs          |   4 +
 .../functions-aggregate/src/percentile_cont.rs     | 814 +++++++++++++++++++++
 datafusion/functions-aggregate/src/utils.rs        |  72 ++
 datafusion/sqllogictest/test_files/aggregate.slt   | 342 ++++++++-
 docs/source/user-guide/sql/aggregate_functions.md  |  45 ++
 7 files changed, 1294 insertions(+), 50 deletions(-)
 create mode 100644 datafusion/functions-aggregate/src/percentile_cont.rs
 create mode 100644 datafusion/functions-aggregate/src/utils.rs


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to