public class AvroParquetReader<T> extends ParquetReader<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
AvroParquetReader.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> AvroParquetReader.Builder<T> |
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> AvroParquetReader.Builder<T> builder(org.apache.hadoop.fs.Path file)
Copyright © 2018 The Apache Software Foundation. All rights reserved.