public class HadoopReadOptions extends ParquetReadOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
HadoopReadOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HadoopReadOptions.Builder |
builder(org.apache.hadoop.conf.Configuration conf) |
static HadoopReadOptions.Builder |
builder(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path filePath) |
org.apache.hadoop.conf.Configuration |
getConf() |
String |
getProperty(String property) |
builder, builder, getAllocator, getCodecFactory, getConfiguration, getDecryptionProperties, getMaxAllocationSize, getMetadataFilter, getMetricsCallback, getPropertyNames, getRecordFilter, isEnabled, useBloomFilter, useColumnIndexFilter, useDictionaryFilter, useHadoopVectoredIo, useOffHeapDecryptBuffer, usePageChecksumVerification, useRecordFilter, useSignedStringMinMax, useStatsFilterpublic String getProperty(String property)
getProperty in class ParquetReadOptionspublic org.apache.hadoop.conf.Configuration getConf()
public static HadoopReadOptions.Builder builder(org.apache.hadoop.conf.Configuration conf)
public static HadoopReadOptions.Builder builder(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path filePath)
Copyright © 2023 The Apache Software Foundation. All rights reserved.