public interface PageReadStore extends AutoCloseable
TODO: rename to RowGroup?
| Modifier and Type | Method and Description |
|---|---|
default void |
close() |
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.
|
default Optional<Long> |
getRowIndexOffset() |
PageReader getPageReader(ColumnDescriptor descriptor)
descriptor - the descriptor of the columnlong getRowCount()
default Optional<Long> getRowIndexOffset()
default Optional<PrimitiveIterator.OfLong> getRowIndexes()
default void close()
close in interface AutoCloseableCopyright © 2024 The Apache Software Foundation. All rights reserved.