public class AvroParquetReader<T extends org.apache.avro.generic.IndexedRecord> extends ParquetReader<T>
ParquetReader.Builder<T>| Constructor and Description |
|---|
AvroParquetReader(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path file)
Deprecated.
use
builder(Path) |
AvroParquetReader(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path file,
UnboundRecordFilter unboundRecordFilter)
Deprecated.
use
builder(Path) |
AvroParquetReader(org.apache.hadoop.fs.Path file)
Deprecated.
use
builder(Path) |
AvroParquetReader(org.apache.hadoop.fs.Path file,
UnboundRecordFilter unboundRecordFilter)
Deprecated.
use
builder(Path) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends org.apache.avro.generic.IndexedRecord> |
builder(org.apache.hadoop.fs.Path file) |
builder, close, read@Deprecated public AvroParquetReader(org.apache.hadoop.fs.Path file) throws IOException
builder(Path)IOException@Deprecated public AvroParquetReader(org.apache.hadoop.fs.Path file, UnboundRecordFilter unboundRecordFilter) throws IOException
builder(Path)IOException@Deprecated public AvroParquetReader(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path file) throws IOException
builder(Path)IOException@Deprecated public AvroParquetReader(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path file, UnboundRecordFilter unboundRecordFilter) throws IOException
builder(Path)IOExceptionpublic static <T extends org.apache.avro.generic.IndexedRecord> ParquetReader.Builder<T> builder(org.apache.hadoop.fs.Path file)
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.