Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.selection | |
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.transport.messages |
Modifier and Type | Method and Description |
---|---|
ResultSet |
ResultSet.Codec.decode(io.netty.buffer.ByteBuf body,
ProtocolVersion version) |
Modifier and Type | Method and Description |
---|---|
static UntypedResultSet |
UntypedResultSet.create(ResultSet rs) |
void |
ResultSet.Codec.encode(ResultSet rs,
io.netty.buffer.ByteBuf dest,
ProtocolVersion version) |
int |
ResultSet.Codec.encodedSize(ResultSet rs,
ProtocolVersion version) |
Modifier and Type | Method and Description |
---|---|
ResultSet |
Selection.ResultSetBuilder.build()
Builds the
ResultSet |
Modifier and Type | Method and Description |
---|---|
static ResultSet |
ModificationStatement.buildCasResultSet(java.lang.String ksName,
java.lang.String tableName,
RowIterator partition,
java.lang.Iterable<ColumnDefinition> columnsWithConditions,
boolean isBatch,
QueryOptions options) |
ResultSet |
SelectStatement.process(PartitionIterator partitions,
int nowInSec) |
Modifier and Type | Field and Description |
---|---|
ResultSet |
ResultMessage.Rows.result |
Constructor and Description |
---|
Rows(ResultSet result) |
Copyright © 2020 The Apache Software Foundation