You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/07/19 08:38:06 UTC

[GitHub] [incubator-doris] imay opened a new pull request #1515: Add storage rowwise iterator

imay opened a new pull request #1515: Add storage rowwise iterator
URL: https://github.com/apache/incubator-doris/pull/1515
 
 
   Use RowwiseIterator to uniform all data fetch in storage engine.
   All objects in storage engine can be read in iterator format.
   For example: Segment, Rowset.
   
   This patch impelement two generic iterators: UnionRowwiseIterator,
   MergeRowwiseIterator. These two class will add iterator as its inputs.
   
   To implement iterators, we define a new class RowBlockV2, all data read
   from iterator is in this format. We define a new class other than use
   old version's RowBlock is because we want to keep old code work
   normally.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org