[
https://issues.apache.org/jira/browse/TAJO-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14150471#comment-14150471
]
ASF GitHub Bot commented on TAJO-1042:
--------------------------------------
GitHub user hyunsik opened a pull request:
https://github.com/apache/tajo/pull/166
TAJO-1042: Implement block iteration interfaces for executors and scanne...
...rs.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hyunsik/tajo TAJO-1042
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/166.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #166
----
commit 7ef2784b3c3e2773cb625388000f80664ad0090e
Author: Hyunsik Choi <[email protected]>
Date: 2014-09-27T07:03:40Z
TAJO-1042: Implement block iteration interfaces for executors and scanners.
----
> Implement block iteration interfaces for executors and scanners
> ---------------------------------------------------------------
>
> Key: TAJO-1042
> URL: https://issues.apache.org/jira/browse/TAJO-1042
> Project: Tajo
> Issue Type: Sub-task
> Components: storage
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Priority: Trivial
> Fix For: block_iteration
>
>
> Currently, Scanner and physical executors provides {{Tuple next(void)}}
> method, retrieving one tuple at each time.
> The main purpose of this issue is to implement block oriented interface which
> provides {{boolean nextFetch(RowBlock)}} method.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)