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 396cb79 Add a LogicalPlanBuilder::schema() function (#1075)
add 4687899 Add function volatility to Signature (#1071)
No new revisions were added by this update.
Summary of changes:
datafusion-examples/examples/simple_udaf.rs | 2 +
datafusion-examples/examples/simple_udf.rs | 12 +-
datafusion/src/execution/context.rs | 6 +-
datafusion/src/execution/dataframe_impl.rs | 2 +
datafusion/src/logical_plan/expr.rs | 12 +-
datafusion/src/physical_plan/aggregates.rs | 8 +-
datafusion/src/physical_plan/functions.rs | 427 +++++++++++++++++------
datafusion/src/physical_plan/type_coercion.rs | 60 ++--
datafusion/src/physical_plan/window_functions.rs | 26 +-
datafusion/src/sql/planner.rs | 2 +
datafusion/tests/sql.rs | 2 +
python/src/context.rs | 6 +-
python/src/functions.rs | 37 +-
python/tests/test_df.py | 7 +-
python/tests/test_sql.py | 5 +-
python/tests/test_udaf.py | 16 +-
16 files changed, 479 insertions(+), 151 deletions(-)