Package org.apache.cassandra.db.virtual
Interface AbstractVirtualTable.Partition
-
- Enclosing class:
- AbstractVirtualTable
public static interface AbstractVirtualTable.Partition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DecoratedKey
key()
UnfilteredRowIterator
toRowIterator(TableMetadata metadata, ClusteringIndexFilter clusteringIndexFilter, ColumnFilter columnFilter, long now)
-
-
-
Method Detail
-
key
DecoratedKey key()
-
toRowIterator
UnfilteredRowIterator toRowIterator(TableMetadata metadata, ClusteringIndexFilter clusteringIndexFilter, ColumnFilter columnFilter, long now)
-
-