| Package | Description |
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.cql3.statements | |
| org.apache.cassandra.db.view |
| Modifier and Type | Method and Description |
|---|---|
static UntypedResultSet |
UntypedResultSet.create(SelectStatement select,
ConsistencyLevel cl,
ClientState clientState,
QueryPager pager,
int pageSize)
This method is intended for testing purposes, since it executes query on cluster
and not on the local node only.
|
static UntypedResultSet |
UntypedResultSet.create(SelectStatement select,
QueryPager pager,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
protected ParsedStatement.Prepared |
SelectStatement.RawStatement.prepare(SelectStatement stmt,
VariableSpecifications boundNames,
CFMetaData cfm) |
| Modifier and Type | Method and Description |
|---|---|
SelectStatement |
View.getSelectStatement()
Returns the SelectStatement used to populate and filter this view.
|
Copyright © 2009-2022 The Apache Software Foundation