| Modifier and Type | Method and Description |
|---|---|
static <T> AvroParquetReader.Builder<T> |
AvroParquetReader.builder(InputFile file) |
static <T> AvroParquetReader.Builder<T> |
AvroParquetReader.builder(InputFile file,
ParquetConfiguration conf) |
static <T> AvroParquetReader.Builder<T> |
AvroParquetReader.builder(org.apache.hadoop.fs.Path file)
Deprecated.
will be removed in 2.0.0; use
AvroParquetReader.builder(InputFile) instead. |
AvroParquetReader.Builder<T> |
AvroParquetReader.Builder.disableCompatibility() |
AvroParquetReader.Builder<T> |
AvroParquetReader.Builder.withCompatibility(boolean enableCompatibility) |
AvroParquetReader.Builder<T> |
AvroParquetReader.Builder.withDataModel(org.apache.avro.generic.GenericData model) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.