public interface ColumnIndexStore
ColumnIndex and OffsetIndex objects for a row-group.| Modifier and Type | Interface and Description |
|---|---|
static class |
ColumnIndexStore.MissingOffsetIndexException
Exception thrown in case of an offset index is missing for any of the columns.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnIndex |
getColumnIndex(ColumnPath column) |
OffsetIndex |
getOffsetIndex(ColumnPath column) |
ColumnIndex getColumnIndex(ColumnPath column)
column - the path of the columnnull if no column index is availableOffsetIndex getOffsetIndex(ColumnPath column) throws ColumnIndexStore.MissingOffsetIndexException
column - the path of the columnColumnIndexStore.MissingOffsetIndexException - if the related offset index is missingCopyright © 2024 The Apache Software Foundation. All rights reserved.