commit | 8dbd2652d8e0ab7f3250012b7dcb49bd9171e301 | [log] [tgz] |
---|---|---|
author | John Kline <jkline@google.com> | Tue Jul 07 09:27:36 2015 -0700 |
committer | John Kline <jkline@google.com> | Tue Jul 07 09:27:44 2015 -0700 |
tree | a2703003a63211d92c020ca80894c5f1bbf0ed0d | |
parent | d454307305742bce5d804dba506efcb028dc04d4 [diff] |
syncbase: SyncQL: Support key expression operators: <,<=,>,>=,<>. Rather than approximating key ranges (and, therefore, sometimes iterating over more keys than necessary), this change computes precise key ranges. At the same time, operators in key expressions can now include <, <=, >, >= and <> (in addition to = and like that were already supported). Change-Id: I1bb96400169988664ea934e6b746982b62bd0be7