| Package | Description |
|---|---|
| org.apache.parquet.column | |
| org.apache.parquet.column.impl |
| Modifier and Type | Method and Description |
|---|---|
static ParquetProperties.WriterVersion |
ParquetProperties.WriterVersion.fromString(String name) |
ParquetProperties.WriterVersion |
ParquetProperties.getWriterVersion() |
static ParquetProperties.WriterVersion |
ParquetProperties.WriterVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParquetProperties.WriterVersion[] |
ParquetProperties.WriterVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ParquetProperties(int dictPageSize,
ParquetProperties.WriterVersion writerVersion,
boolean enableDict) |
| Constructor and Description |
|---|
ColumnWriteStoreV1(PageWriteStore pageWriteStore,
int pageSizeThreshold,
int dictionaryPageSizeThreshold,
boolean enableDictionary,
ParquetProperties.WriterVersion writerVersion) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.