| Package | Description |
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.cql3.statements |
| 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 |
|---|---|
SelectStatement |
SelectStatement.RawStatement.prepare(boolean forView) |
SelectStatement |
SelectStatement.RawStatement.prepare(ClientState state) |
Copyright © 2009-2022 The Apache Software Foundation