You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Lerer (Jira)" <ji...@apache.org> on 2022/01/10 12:40:00 UTC

[jira] [Updated] (CASSANDRA-17198) Allow to filter using LIKE predicates

     [ https://issues.apache.org/jira/browse/CASSANDRA-17198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Lerer updated CASSANDRA-17198:
---------------------------------------
    Description: 
{{LIKE}} predicates can only be used with the SASI indices. In several usecases (e.g. querying the {{settings}} virtual table) it makes sense to support them for filtering.

+Additional information for newcomers:+

There are some checks in the {{StatementRestrictions}} constructor and on {{LikeRestriction}} that need to be removed for allowing filtering using LIKE on clustering and regular columns.
For filtering on partition columns the {{needFiltering}} methods in {{PartitionKeySingleRestrictionSet}} will need to be modified to return true when LIKE predicate are used.
The unit tests should go in {{SelectTest}}.

  was:
{{LIKE}} predicates can only be used with the SASI indices. In several usecases (e.g. querying the {{settings}} virtual table) it makes sense to support them for filtering.

+ Additional information for newcomers:+

There are some checks in the {{StatementRestrictions}} constructor and on {{LikeRestriction}} that need to be removed for allowing filtering using LIKE on clustering and regular columns.
For filtering on partition columns the {{needFiltering}} methods in {{PartitionKeySingleRestrictionSet}} will need to be modified to return true when LIKE predicate are used.
The unit tests should go in {{SelectTest}}.


> Allow to filter using LIKE predicates
> -------------------------------------
>
>                 Key: CASSANDRA-17198
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17198
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: CQL/Syntax
>            Reporter: Benjamin Lerer
>            Assignee: Kanthi Subramanian
>            Priority: Normal
>              Labels: AdventCalendar2021, lhf
>             Fix For: 4.x
>
>
> {{LIKE}} predicates can only be used with the SASI indices. In several usecases (e.g. querying the {{settings}} virtual table) it makes sense to support them for filtering.
> +Additional information for newcomers:+
> There are some checks in the {{StatementRestrictions}} constructor and on {{LikeRestriction}} that need to be removed for allowing filtering using LIKE on clustering and regular columns.
> For filtering on partition columns the {{needFiltering}} methods in {{PartitionKeySingleRestrictionSet}} will need to be modified to return true when LIKE predicate are used.
> The unit tests should go in {{SelectTest}}.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org