Uses of Class
org.apache.parquet.hadoop.api.ReadSupport.ReadContext
-
Packages that use ReadSupport.ReadContext Package Description org.apache.parquet.hadoop.api APIs to integrate various type systems with Parquetorg.apache.parquet.hadoop.example -
-
Uses of ReadSupport.ReadContext in org.apache.parquet.hadoop.api
Methods in org.apache.parquet.hadoop.api that return ReadSupport.ReadContext Modifier and Type Method Description ReadSupport.ReadContextDelegatingReadSupport. init(InitContext context)ReadSupport.ReadContextReadSupport. init(org.apache.hadoop.conf.Configuration configuration, Map<String,String> keyValueMetaData, MessageType fileSchema)Deprecated.overrideReadSupport.init(InitContext)insteadReadSupport.ReadContextReadSupport. init(InitContext context)called inInputFormat.getSplits(org.apache.hadoop.mapreduce.JobContext)in the front endMethods in org.apache.parquet.hadoop.api with parameters of type ReadSupport.ReadContext Modifier and Type Method Description RecordMaterializer<T>DelegatingReadSupport. prepareForRead(org.apache.hadoop.conf.Configuration configuration, Map<String,String> keyValueMetaData, MessageType fileSchema, ReadSupport.ReadContext readContext)abstract RecordMaterializer<T>ReadSupport. prepareForRead(org.apache.hadoop.conf.Configuration configuration, Map<String,String> keyValueMetaData, MessageType fileSchema, ReadSupport.ReadContext readContext)called inRecordReader.initialize(org.apache.hadoop.mapreduce.InputSplit, org.apache.hadoop.mapreduce.TaskAttemptContext)in the back end the returned RecordMaterializer will materialize the records and add them to the destination -
Uses of ReadSupport.ReadContext in org.apache.parquet.hadoop.example
Methods in org.apache.parquet.hadoop.example that return ReadSupport.ReadContext Modifier and Type Method Description ReadSupport.ReadContextGroupReadSupport. init(org.apache.hadoop.conf.Configuration configuration, Map<String,String> keyValueMetaData, MessageType fileSchema)Methods in org.apache.parquet.hadoop.example with parameters of type ReadSupport.ReadContext Modifier and Type Method Description RecordMaterializer<Group>GroupReadSupport. prepareForRead(org.apache.hadoop.conf.Configuration configuration, Map<String,String> keyValueMetaData, MessageType fileSchema, ReadSupport.ReadContext readContext)
-