Modifier and Type | Class and Description |
---|---|
protected class |
ReadCommand.CheckForAbort |
Modifier and Type | Class and Description |
---|---|
static class |
DataLimits.Counter |
Modifier and Type | Class and Description |
---|---|
class |
PurgeFunction |
Modifier and Type | Class and Description |
---|---|
class |
WithOnlyQueriedData<I extends BaseRowIterator<?>>
Function to skip cells (from an iterator) that are not part of those queried by the user
according to the provided
ColumnFilter . |
Modifier and Type | Class and Description |
---|---|
class |
EmptyPartitionsDiscarder |
class |
Filter |
class |
RTBoundCloser
A transformation that appends an RT bound marker to row iterators in case they don't have one.
|
class |
RTBoundValidator
A validating transformation that sanity-checks the sequence of RT bounds and boundaries in every partition.
|
class |
StoppingTransformation<I extends BaseRowIterator<?>> |
Modifier and Type | Method and Description |
---|---|
static PartitionIterator |
Transformation.apply(PartitionIterator iterator,
Transformation<? super RowIterator> transformation) |
static RowIterator |
Transformation.apply(RowIterator iterator,
Transformation<?> transformation) |
static UnfilteredPartitionIterator |
Transformation.apply(UnfilteredPartitionIterator iterator,
Transformation<? super UnfilteredRowIterator> transformation) |
static UnfilteredRowIterator |
Transformation.apply(UnfilteredRowIterator iterator,
Transformation<?> transformation) |
protected BaseRowIterator<?> |
BasePartitions.applyOne(BaseRowIterator<?> value,
Transformation transformation) |
protected Unfiltered |
BaseRows.applyOne(Unfiltered value,
Transformation transformation) |
Modifier and Type | Class and Description |
---|---|
class |
ThriftResultsMerger
Given an iterator on a partition of a compact table, this return an iterator that merges the
static row columns with the other results.
|
Modifier and Type | Class and Description |
---|---|
class |
EnsureOnHeap |
Copyright © 2020 The Apache Software Foundation