public interface PageReadStore
| Modifier and Type | Method and Description |
|---|---|
PageReader |
getPageReader(ColumnDescriptor descriptor) |
long |
getRowCount() |
default Optional<PrimitiveIterator.OfLong> |
getRowIndexes()
Returns the indexes of the rows to be read/built if the related data is available.
|
PageReader getPageReader(ColumnDescriptor descriptor)
descriptor - the descriptor of the columnlong getRowCount()
default Optional<PrimitiveIterator.OfLong> getRowIndexes()
Copyright © 2020 The Apache Software Foundation. All rights reserved.