Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23461
Change subject: KUDU-1261 implement ArrayTypeTraits basic methods ...................................................................... KUDU-1261 implement ArrayTypeTraits basic methods This changelist contains the implementation of ArrayTypeTraits' methods: * void AppendDebugStringForValue(const void* val, std::string* str) * int Compare(const void* lhs, const void* rhs) * bool AreConsecutive(const void* a, const void* b) Corresponding unit test are included. Change-Id: I7384580ea9eaa37e6f49dbc9746d9994c3f7ade6 --- M src/kudu/common/types-test.cc M src/kudu/common/types.h 2 files changed, 477 insertions(+), 8 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/61/23461/1 -- To view, visit http://gerrit.cloudera.org:8080/23461 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I7384580ea9eaa37e6f49dbc9746d9994c3f7ade6 Gerrit-Change-Number: 23461 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
