You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Andy Grove (JIRA)" <ji...@apache.org> on 2019/02/03 17:23:00 UTC

[jira] [Created] (ARROW-4464) [Rust] [DataFusion] Add support for LIMIT

Andy Grove created ARROW-4464:
---------------------------------

             Summary: [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
            Reporter: Andy Grove
             Fix For: 0.13.0


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
(v7.6.3#76005)