Files
scylladb/cql3
Dejan Mircevski 1c583de8bb cql3: Ensure LIKE filtering for partition columns
Partition columns are implicitly filtered whenever possible, avoiding
expensive post-processing.  But there are exceptions, eg, when
partition key is only partially restricted, or for CONTAINS
expressions.  Here we add LIKE to this list of exceptions.

Also fix compute_bounds() to punt on LIKE restrictions, which cannot
be translated into meaningful bounds.

Signed-off-by: Dejan Mircevski <dejan@scylladb.com>
2019-07-04 10:59:13 +02:00
..
2018-11-21 00:01:44 +02:00
2019-07-04 10:54:30 +02:00
2019-07-04 10:54:30 +02:00
2019-07-04 10:54:30 +02:00
2018-08-09 13:53:44 +01:00
2019-07-04 10:54:30 +02:00
2019-07-04 10:54:30 +02:00
2019-04-09 16:58:22 +02:00
2019-04-09 16:58:22 +02:00