public class FilteredPartition extends ImmutableBTreePartition
AbstractBTreePartition.Holder, AbstractBTreePartition.SlicesIterator
holder
EMPTY, metadata, partitionKey
Constructor and Description |
---|
FilteredPartition(RowIterator rows) |
Modifier and Type | Method and Description |
---|---|
static FilteredPartition |
create(RowIterator iterator)
Create a FilteredPartition holding all the rows of the provided iterator.
|
RowIterator |
rowIterator() |
canHaveShadowedData, create, create, create, create, holder
build, build, build, columns, deletionInfo, getRow, hasRows, isEmpty, iterator, lastRow, metadata, partitionKey, partitionLevelDeletion, rowCount, searchIterator, staticRow, stats, toString, unfilteredIterator, unfilteredIterator, unfilteredIterator
public FilteredPartition(RowIterator rows)
public static FilteredPartition create(RowIterator iterator)
public RowIterator rowIterator()
Copyright © 2020 The Apache Software Foundation