Dan Burkert has uploaded a new change for review. http://gerrit.cloudera.org:8080/2136
Change subject: Add TypeInfo::AreConsecutive(a, b) ...................................................................... Add TypeInfo::AreConsecutive(a, b) AreConsecutive tests if two column values are consecutive (e.g. 1, 2 or "abc", "abc\0"). This method will be used in the future to determine whether a lower-bound inclusive/upper-bound exclusive column range predicate is actually an equality predicate. Change-Id: I64b8ffb5400be1132e400385a5995849874100b2 --- M src/kudu/common/types-test.cc M src/kudu/common/types.cc M src/kudu/common/types.h 3 files changed, 145 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/36/2136/1 -- To view, visit http://gerrit.cloudera.org:8080/2136 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I64b8ffb5400be1132e400385a5995849874100b2 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]>
