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 cfb655d approx_quantile() aggregation function (#1539)
add 940d4eb suppport bitwise and as an example (#1653)
No new revisions were added by this update.
Summary of changes:
datafusion/src/logical_plan/operators.rs | 3 +
.../src/physical_plan/coercion_rule/binary_rule.rs | 20 +++
datafusion/src/physical_plan/expressions/binary.rs | 134 +++++++++++++++++++++
datafusion/src/sql/planner.rs | 1 +
4 files changed, 158 insertions(+)