Uses of Class
org.apache.parquet.hadoop.api.ReadSupport
-
Packages that use ReadSupport 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 Parquetorg.apache.parquet.hadoop.example -
-
Uses of ReadSupport in org.apache.parquet.hadoop
Methods in org.apache.parquet.hadoop that return ReadSupport Modifier and Type Method Description protected ReadSupport<T>ParquetReader.Builder. getReadSupport()static <T> ReadSupport<T>ParquetInputFormat. getReadSupportInstance(org.apache.hadoop.conf.Configuration configuration)Methods in org.apache.parquet.hadoop with parameters of type ReadSupport Modifier and Type Method Description static <T> ParquetReader.Builder<T>ParquetReader. builder(ReadSupport<T> readSupport, org.apache.hadoop.fs.Path path)Constructors in org.apache.parquet.hadoop with parameters of type ReadSupport Constructor 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, UnboundRecordFilter filter)Deprecated.will be removed in 2.0.0.ParquetRecordReader(ReadSupport<T> readSupport, FilterCompat.Filter filter) -
Uses of ReadSupport in org.apache.parquet.hadoop.api
Subclasses of ReadSupport in org.apache.parquet.hadoop.api Modifier and Type Class Description classDelegatingReadSupport<T>Helps composing read supportsConstructors in org.apache.parquet.hadoop.api with parameters of type ReadSupport Constructor Description DelegatingReadSupport(ReadSupport<T> delegate) -
Uses of ReadSupport in org.apache.parquet.hadoop.example
Subclasses of ReadSupport in org.apache.parquet.hadoop.example Modifier and Type Class Description classGroupReadSupport
-