You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Vibhatha Lakmal Abeykoon (Jira)" <ji...@apache.org> on 2022/07/23 01:16:00 UTC

[jira] [Commented] (ARROW-17190) [C++] Create a Fetch Node

    [ https://issues.apache.org/jira/browse/ARROW-17190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570223#comment-17570223 ] 

Vibhatha Lakmal Abeykoon commented on ARROW-17190:
--------------------------------------------------

In addition, it would be better to include the sort-ability as an optional feature. This would avoid adding another node just to take care of sort and fetch operation. Here we can also give a flag to decide the order of things, fetch and sort or sort and fetch. Node name could be just `Fetch`. 

> [C++] Create a Fetch Node
> -------------------------
>
>                 Key: ARROW-17190
>                 URL: https://issues.apache.org/jira/browse/ARROW-17190
>             Project: Apache Arrow
>          Issue Type: Sub-task
>            Reporter: Vibhatha Lakmal Abeykoon
>            Assignee: Vibhatha Lakmal Abeykoon
>            Priority: Major
>
> The goal of the fetch node is to skip some records and select the given amount of records. 
> This will be implemented as discussed in the parent issue. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)