public class ParquetDictionaryDescriptor extends Object
| Constructor and Description |
|---|
ParquetDictionaryDescriptor(parquet.column.ColumnDescriptor columnDescriptor,
Optional<ParquetDictionaryPage> dictionaryPage) |
| Modifier and Type | Method and Description |
|---|---|
parquet.column.ColumnDescriptor |
getColumnDescriptor() |
Optional<ParquetDictionaryPage> |
getDictionaryPage() |
public ParquetDictionaryDescriptor(parquet.column.ColumnDescriptor columnDescriptor,
Optional<ParquetDictionaryPage> dictionaryPage)
public parquet.column.ColumnDescriptor getColumnDescriptor()
public Optional<ParquetDictionaryPage> getDictionaryPage()
Copyright © 2012-2017. All Rights Reserved.