David Ribeiro Alves has submitted this change and it was merged. Change subject: Allow to get the raw data from a KuduScanBatch ......................................................................
Allow to get the raw data from a KuduScanBatch This allows to fetch both the direct and the indirect raw data from a KuduScanBatch. Exposing this opens the door for Impala to do whole batch memcpy, instead of row by row. Ideally there would be no memcpying at all, followup patches will allow for that. Change-Id: I3c9ad5aa7c5f45a87827352597a404241912342f Reviewed-on: http://gerrit.cloudera.org:8080/6574 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: David Ribeiro Alves <[email protected]> --- M src/kudu/client/client-test.cc M src/kudu/client/scan_batch.cc M src/kudu/client/scan_batch.h M src/kudu/client/schema.h M src/kudu/common/schema.h M src/kudu/rpc/rpc-test-base.h 6 files changed, 84 insertions(+), 3 deletions(-) Approvals: David Ribeiro Alves: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/6574 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3c9ad5aa7c5f45a87827352597a404241912342f Gerrit-PatchSet: 14 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
