| Package | Description |
|---|---|
| org.apache.parquet.hadoop |
Provides classes to store use Parquet files in Hadoop
In a map reduce job:
|
| org.apache.parquet.hadoop.api |
APIs to integrate various type systems with Parquet
|
| org.apache.parquet.hadoop.example |
| Modifier and Type | Method and Description |
|---|---|
protected ReadSupport<T> |
ParquetReader.Builder.getReadSupport() |
static <T> ReadSupport<T> |
ParquetInputFormat.getReadSupportInstance(org.apache.hadoop.conf.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ParquetReader.Builder<T> |
ParquetReader.builder(ReadSupport<T> readSupport,
org.apache.hadoop.fs.Path path) |
| Constructor and Description |
|---|
ParquetReader(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path file,
ReadSupport<T> readSupport)
Deprecated.
|
ParquetReader(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.Path file,
ReadSupport<T> readSupport,
UnboundRecordFilter unboundRecordFilter)
Deprecated.
|
ParquetReader(org.apache.hadoop.fs.Path file,
ReadSupport<T> readSupport)
Deprecated.
|
ParquetReader(org.apache.hadoop.fs.Path file,
ReadSupport<T> readSupport,
UnboundRecordFilter unboundRecordFilter)
Deprecated.
|
ParquetRecordReader(ReadSupport<T> readSupport) |
ParquetRecordReader(ReadSupport<T> readSupport,
FilterCompat.Filter filter) |
ParquetRecordReader(ReadSupport<T> readSupport,
UnboundRecordFilter filter)
Deprecated.
will be removed in 2.0.0.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingReadSupport<T>
Helps composing read supports
|
| Constructor and Description |
|---|
DelegatingReadSupport(ReadSupport<T> delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupReadSupport |
Copyright © 2019 The Apache Software Foundation. All rights reserved.