[
https://issues.apache.org/jira/browse/CASSANDRA-8317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylvain Lebresne resolved CASSANDRA-8317.
-----------------------------------------
Resolution: Invalid
You're misunderstanding what {{countCQL3Rows}} is. It does not indicate that
it's a count operation. It's only a flag to inform the storage engine if it
should group cells when counting them for the sake of the query limit.
> ExtendedFilter countCQL3Rows should be exposed to isCQLCount()
> --------------------------------------------------------------
>
> Key: CASSANDRA-8317
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8317
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Reporter: Jacques-Henri Berthemet
> Priority: Minor
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> ExtendedFilter countCQL3Rows should be exposed to isCQLCount(). The goal is
> that a SecondaryIndexSearcher implementation knowns that it just needs to
> count rows, not load them.
> something like:
> public boolean isCQLCount() {
> return countCQL3Rows;
> }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)