Hyunsik Choi created TAJO-1042:
----------------------------------
Summary: Implement BlockScanner interface
Key: TAJO-1042
URL: https://issues.apache.org/jira/browse/TAJO-1042
Project: Tajo
Issue Type: Sub-task
Components: storage
Reporter: Hyunsik Choi
Priority: Trivial
Fix For: 0.9.0
Currently, Scanner/FileScanner has {{{Tuple next(void)}}} method, retrieving
one tuple at each time.
The main purpose of this issue is to implement BlockScanner interface which
provides {{{boolean next(RowBlock)}}} method.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)