public interface DictionaryPageReadStore extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
default void |
close() |
DictionaryPage |
readDictionaryPage(ColumnDescriptor descriptor)
Returns a
DictionaryPage for the given column descriptor. |
DictionaryPage readDictionaryPage(ColumnDescriptor descriptor)
DictionaryPage for the given column descriptor.
The dictionary page bytes are uncompressed.descriptor - the descriptor of the columndefault void close()
close in interface AutoCloseableCopyright © 2024 The Apache Software Foundation. All rights reserved.