public class ParquetReadOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ParquetReadOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ParquetReadOptions.Builder |
builder() |
org.apache.parquet.bytes.ByteBufferAllocator |
getAllocator() |
org.apache.parquet.compression.CompressionCodecFactory |
getCodecFactory() |
int |
getMaxAllocationSize() |
ParquetMetadataConverter.MetadataFilter |
getMetadataFilter() |
String |
getProperty(String property) |
Set<String> |
getPropertyNames() |
FilterCompat.Filter |
getRecordFilter() |
boolean |
isEnabled(String property,
boolean defaultValue) |
boolean |
useDictionaryFilter() |
boolean |
useRecordFilter() |
boolean |
useSignedStringMinMax() |
boolean |
useStatsFilter() |
public boolean useSignedStringMinMax()
public boolean useStatsFilter()
public boolean useDictionaryFilter()
public boolean useRecordFilter()
public FilterCompat.Filter getRecordFilter()
public ParquetMetadataConverter.MetadataFilter getMetadataFilter()
public org.apache.parquet.compression.CompressionCodecFactory getCodecFactory()
public org.apache.parquet.bytes.ByteBufferAllocator getAllocator()
public int getMaxAllocationSize()
public boolean isEnabled(String property, boolean defaultValue)
public static ParquetReadOptions.Builder builder()
Copyright © 2019 The Apache Software Foundation. All rights reserved.