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/02/11 01:21:44 UTC

[arrow] branch master updated (5e6d72d -> cddd55a)

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 5e6d72d  ARROW-7829: [R] Test R bindings on clang
     add cddd55a  ARROW-7787: [Rust] Added .collect to Table API

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/examples/memory_table_api.rs | 97 ++++++++++++++++++++++++++++
 rust/datafusion/src/execution/context.rs     | 12 +++-
 rust/datafusion/src/execution/table_impl.rs  | 10 +++
 rust/datafusion/src/table.rs                 |  9 +++
 4 files changed, 127 insertions(+), 1 deletion(-)
 create mode 100644 rust/datafusion/examples/memory_table_api.rs