public class ParquetProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ParquetProperties.WriterVersion |
Constructor and Description |
---|
ParquetProperties(int dictPageSize,
ParquetProperties.WriterVersion writerVersion,
boolean enableDict) |
Modifier and Type | Method and Description |
---|---|
static ValuesWriter |
getColumnDescriptorValuesWriter(int maxLevel,
int initialSizePerCol) |
int |
getDictionaryPageSizeThreshold() |
ValuesWriter |
getValuesWriter(ColumnDescriptor path,
int initialSizePerCol) |
ParquetProperties.WriterVersion |
getWriterVersion() |
boolean |
isEnableDictionary() |
public ParquetProperties(int dictPageSize, ParquetProperties.WriterVersion writerVersion, boolean enableDict)
public static ValuesWriter getColumnDescriptorValuesWriter(int maxLevel, int initialSizePerCol)
public ValuesWriter getValuesWriter(ColumnDescriptor path, int initialSizePerCol)
public int getDictionaryPageSizeThreshold()
public ParquetProperties.WriterVersion getWriterVersion()
public boolean isEnableDictionary()
Copyright © 2015. All rights reserved.