You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2020/08/19 20:28:01 UTC

[arrow] branch master updated (01f06cf -> 3cb0bd8)

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

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


    from 01f06cf  ARROW-9778: [Rust] [DataFusion] Implement Expr.nullable() and make consistent between logical and physical plans
     add 3cb0bd8  ARROW-9760: [Rust] [DataFusion] Added DataFrame::explain

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/dataframe.rs                | 14 +++++++++++++
 rust/datafusion/src/execution/dataframe_impl.rs | 27 +++++++++++++++++++++++++
 rust/datafusion/src/logicalplan.rs              | 17 ++++++++++++++++
 3 files changed, 58 insertions(+)