Dan Burkert has submitted this change and it was merged.

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
Reviewed-on: http://gerrit.cloudera.org:8080/2136
Reviewed-by: Todd Lipcon <[email protected]>
Tested-by: Kudu Jenkins
---
M src/kudu/common/types-test.cc
M src/kudu/common/types.cc
M src/kudu/common/types.h
3 files changed, 147 insertions(+), 3 deletions(-)

Approvals:
  Todd Lipcon: Looks good to me, approved
  Kudu Jenkins: Verified



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

Gerrit-MessageType: merged
Gerrit-Change-Id: I64b8ffb5400be1132e400385a5995849874100b2
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>
Gerrit-Reviewer: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>

Reply via email to