Package | Description |
---|---|
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.db | |
org.apache.cassandra.db.filter | |
org.apache.cassandra.db.partitions |
Modifier and Type | Method and Description |
---|---|
Slices |
SelectStatement.clusteringIndexFilterAsSlices()
Returns the slices fetched by this SELECT, assuming an internal call (no bound values in particular).
|
Modifier and Type | Field and Description |
---|---|
static Slices |
Slices.ALL
Slices selecting all the rows of a partition.
|
static Slices |
Slices.NONE
Slices selecting no rows in a partition.
|
Modifier and Type | Method and Description |
---|---|
Slices |
Slices.Builder.build() |
Slices |
Slices.Serializer.deserialize(DataInputPlus in,
int version,
CFMetaData metadata) |
abstract Slices |
Slices.forPaging(ClusteringComparator comparator,
Clustering lastReturned,
boolean inclusive,
boolean reversed)
Returns slices for continuing the paging of those slices given the last returned clustering prefix.
|
static Slices |
Slices.with(ClusteringComparator comparator,
Slice slice)
Creates a
Slices object that contains a single slice. |
Modifier and Type | Method and Description |
---|---|
Slices.Builder |
Slices.Builder.addAll(Slices slices) |
static SinglePartitionReadCommand |
SinglePartitionReadCommand.create(CFMetaData metadata,
int nowInSec,
java.nio.ByteBuffer key,
Slices slices)
Creates a new single partition slice command for the provided slices.
|
static SinglePartitionReadCommand |
SinglePartitionReadCommand.create(CFMetaData metadata,
int nowInSec,
DecoratedKey key,
Slices slices)
Creates a new single partition slice command for the provided slices.
|
void |
Slices.Serializer.serialize(Slices slices,
DataOutputPlus out,
int version) |
long |
Slices.Serializer.serializedSize(Slices slices,
int version) |
Modifier and Type | Method and Description |
---|---|
Slices |
ClusteringIndexSliceFilter.requestedSlices() |
Constructor and Description |
---|
ClusteringIndexSliceFilter(Slices slices,
boolean reversed) |
Modifier and Type | Method and Description |
---|---|
UnfilteredRowIterator |
AbstractBTreePartition.unfilteredIterator(AbstractBTreePartition.Holder current,
ColumnFilter selection,
Slices slices,
boolean reversed) |
UnfilteredRowIterator |
AbstractBTreePartition.unfilteredIterator(ColumnFilter selection,
Slices slices,
boolean reversed) |
UnfilteredRowIterator |
Partition.unfilteredIterator(ColumnFilter columns,
Slices slices,
boolean reversed)
Returns an UnfilteredRowIterator over the rows/RT contained by this partition
selected by the provided slices.
|
Copyright © 2017 The Apache Software Foundation