Adar Dembo has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/13008 )

Change subject: rowblock: add copying functionality
......................................................................

rowblock: add copying functionality

This patch adds RowBlock::CopyTo, a function that enables copying of row
data between RowBlocks. It's a building block for the "whole block copy"
MergeIterator optimization, wherein part of a (or an entire) sub-iterator
RowBlock is copied to the client's RowBlock.

Change-Id: I735796f11e3a388ffc66e3d92f8c2097cdec3a91
Reviewed-on: http://gerrit.cloudera.org:8080/13008
Reviewed-by: Mike Percy <mpe...@apache.org>
Tested-by: Adar Dembo <a...@cloudera.com>
---
M src/kudu/common/CMakeLists.txt
M src/kudu/common/columnblock-test.cc
A src/kudu/common/columnblock.cc
M src/kudu/common/columnblock.h
M src/kudu/common/rowblock.cc
M src/kudu/common/rowblock.h
6 files changed, 262 insertions(+), 8 deletions(-)

Approvals:
  Mike Percy: Looks good to me, approved
  Adar Dembo: Verified

--
To view, visit http://gerrit.cloudera.org:8080/13008
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I735796f11e3a388ffc66e3d92f8c2097cdec3a91
Gerrit-Change-Number: 13008
Gerrit-PatchSet: 6
Gerrit-Owner: Adar Dembo <a...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <a...@cloudera.com>
Gerrit-Reviewer: Mike Percy <mpe...@apache.org>
Gerrit-Reviewer: Todd Lipcon <t...@apache.org>

Reply via email to