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.
|
UnfilteredRowIterator |
StorageHook.makeRowIterator(ColumnFamilyStore cfs,
SSTableReader sstable,
DecoratedKey key,
Slices slices,
ColumnFilter selectedColumns,
boolean reversed,
boolean isForThrift,
SSTableReadsListener listener) |
void |
Slices.Serializer.serialize(Slices slices,
DataOutputPlus out,
int version) |
long |
Slices.Serializer.serializedSize(Slices slices,
int version) |
Modifier and Type | Field and Description |
---|---|
protected Slices |
AbstractSSTableIterator.slices |
Constructor and Description |
---|
AbstractSSTableIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter columnFilter,
boolean isForThrift,
FileHandle ifile) |
SSTableIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter columns,
boolean isForThrift,
FileHandle ifile) |
SSTableReversedIterator(SSTableReader sstable,
FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter columns,
boolean isForThrift,
FileHandle ifile) |
Modifier and Type | Method and Description |
---|---|
Slices |
ClusteringIndexFilter.getSlices(CFMetaData metadata) |
Slices |
ClusteringIndexNamesFilter.getSlices(CFMetaData metadata) |
Slices |
ClusteringIndexSliceFilter.getSlices(CFMetaData metadata) |
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 |
AtomicBTreePartition.unfilteredIterator(AbstractBTreePartition.Holder current,
ColumnFilter selection,
Slices slices,
boolean reversed) |
UnfilteredRowIterator |
AbstractBTreePartition.unfilteredIterator(ColumnFilter selection,
Slices slices,
boolean reversed) |
UnfilteredRowIterator |
AtomicBTreePartition.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.
|
Modifier and Type | Method and Description |
---|---|
abstract UnfilteredRowIterator |
SSTableReader.iterator(DecoratedKey key,
Slices slices,
ColumnFilter selectedColumns,
boolean reversed,
boolean isForThrift,
SSTableReadsListener listener) |
abstract UnfilteredRowIterator |
SSTableReader.iterator(FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter selectedColumns,
boolean reversed,
boolean isForThrift) |
Modifier and Type | Method and Description |
---|---|
UnfilteredRowIterator |
BigTableReader.iterator(DecoratedKey key,
Slices slices,
ColumnFilter selectedColumns,
boolean reversed,
boolean isForThrift,
SSTableReadsListener listener) |
UnfilteredRowIterator |
BigTableReader.iterator(FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
Slices slices,
ColumnFilter selectedColumns,
boolean reversed,
boolean isForThrift) |
Copyright © 2020 The Apache Software Foundation