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

alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from 48a824650 Simplify approx_median implementation (#3064)
     add a4fa44f79 feat: Add `date_bin` built-in function (#3034)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/tests/sql/mod.rs                   |  20 ++
 datafusion/core/tests/sql/timestamp.rs             | 111 +++++++++
 datafusion/expr/src/built_in_function.rs           |   4 +
 datafusion/expr/src/expr_fn.rs                     |   2 +
 datafusion/expr/src/function.rs                    |  13 +-
 .../physical-expr/src/datetime_expressions.rs      | 277 ++++++++++++++++++++-
 datafusion/physical-expr/src/functions.rs          |   1 +
 datafusion/proto/proto/datafusion.proto            |   1 +
 datafusion/proto/src/from_proto.rs                 |  10 +-
 datafusion/proto/src/to_proto.rs                   |   1 +
 10 files changed, 434 insertions(+), 6 deletions(-)

Reply via email to