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 21636fa ARROW-6744: [Rust] Publicly expose JsonEqual
add d3ba809 ARROW-6091: [Rust] [DataFusion] Implement physical execution
plan for LIMIT
No new revisions were added by this update.
Summary of changes:
rust/datafusion/src/execution/limit.rs | 18 +-
.../src/execution/physical_plan/limit.rs | 208 +++++++++++++++++++++
rust/datafusion/src/execution/physical_plan/mod.rs | 1 +
3 files changed, 213 insertions(+), 14 deletions(-)
create mode 100644 rust/datafusion/src/execution/physical_plan/limit.rs