Dan Burkert has posted comments on this change. Change subject: [c++] ColumnPredicate simplification for inequalities on boundary values ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/5273/1/src/kudu/common/column_predicate.cc File src/kudu/common/column_predicate.cc: Line 163: DCHECK(lower_ != nullptr || upper_ != nullptr); > So it's just not possible to construct a boundless range predicate? Correct, a 'boundless' range predicate would just be an IS NOT NULL predicate. -- To view, visit http://gerrit.cloudera.org:8080/5273 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9bb150249a51a69fb85af67d34e85b7d7bed325c Gerrit-PatchSet: 1 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: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
