David Ribeiro Alves has uploaded a new change for review. http://gerrit.cloudera.org:8080/6574
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 --- 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 5 files changed, 62 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/74/6574/1 -- To view, visit http://gerrit.cloudera.org:8080/6574 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3c9ad5aa7c5f45a87827352597a404241912342f Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[email protected]>
