| Package | Description | 
|---|---|
| org.apache.cassandra.cql3.statements | |
| org.apache.cassandra.db | |
| org.apache.cassandra.db.view | 
| Modifier and Type | Method and Description | 
|---|---|
| ReadQuery | SelectStatement. getQuery(QueryOptions options,
        int nowInSec) | 
| ReadQuery | SelectStatement. getQuery(QueryOptions options,
        int nowInSec,
        int userLimit,
        int perPartitionLimit,
        int pageSize) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PartitionRangeReadCommandA read command that selects a (part of a) range of partitions. | 
| class  | ReadCommandGeneral interface for storage-engine read commands (common to both range and
 single partition commands). | 
| class  | SinglePartitionReadCommandA read command that selects a (part of a) single partition. | 
| static class  | SinglePartitionReadCommand.GroupGroups multiple single partition read commands. | 
| Modifier and Type | Field and Description | 
|---|---|
| static ReadQuery | ReadQuery. EMPTY | 
| Modifier and Type | Method and Description | 
|---|---|
| ReadQuery | View. getReadQuery()Returns the ReadQuery used to filter this view. | 
Copyright © 2018 The Apache Software Foundation