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 b64d2c6 Extract CrossJoin, Repartition, Union in LogicalPlan (#1322)
add 42f8ab1 Add statement helper command to cli (#1285)
No new revisions were added by this update.
Summary of changes:
datafusion-cli/src/command.rs | 22 ++++-
datafusion-cli/src/functions.rs | 198 ++++++++++++++++++++++++++++++++++++++++
datafusion-cli/src/lib.rs | 1 +
3 files changed, 220 insertions(+), 1 deletion(-)
create mode 100644 datafusion-cli/src/functions.rs