[ https://issues.apache.org/jira/browse/ARROW-4464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661485#comment-17661485 ]
Rok Mihevc commented on ARROW-4464: ----------------------------------- This issue has been migrated to [issue #21021|https://github.com/apache/arrow/issues/21021] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > [Rust] [DataFusion] Add support for LIMIT > ----------------------------------------- > > Key: ARROW-4464 > URL: https://issues.apache.org/jira/browse/ARROW-4464 > Project: Apache Arrow > Issue Type: Improvement > Components: Rust, Rust - DataFusion > Reporter: Andy Grove > Assignee: Nicolas Trinquier > Priority: Major > Labels: pull-request-available > Fix For: 0.13.0 > > Time Spent: 1h 50m > Remaining Estimate: 0h > > As a user, I would like to be able to specify a LIMIT clause on my SQL > queries. > Work involved: > * Add Limit to LogicalPlan enum > * Write query planner code to translate SQL AST to Limit (SQL parser that we > use already supports LIMIT) > * Implement LimitRelation (look at filter.rs as a guide since it is quite > similar) -- This message was sent by Atlassian Jira (v8.20.10#820010)