public class DictionaryDescriptor extends Object
| Constructor and Description |
|---|
DictionaryDescriptor(org.apache.parquet.column.ColumnDescriptor columnDescriptor,
Optional<DictionaryPage> dictionaryPage) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.parquet.column.ColumnDescriptor |
getColumnDescriptor() |
Optional<DictionaryPage> |
getDictionaryPage() |
public DictionaryDescriptor(org.apache.parquet.column.ColumnDescriptor columnDescriptor,
Optional<DictionaryPage> dictionaryPage)
public org.apache.parquet.column.ColumnDescriptor getColumnDescriptor()
public Optional<DictionaryPage> getDictionaryPage()
Copyright © 2012–2022. All rights reserved.