public class HoodieMergedReadHandle<T,I,K,O> extends HoodieReadHandle<T,I,K,O>
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.avro.Schema |
baseFileReaderSchema |
protected org.apache.avro.Schema |
readerSchema |
partitionPathFileIDPairconfig, hoodieTable, instantTime, storage| Constructor and Description |
|---|
HoodieMergedReadHandle(HoodieWriteConfig config,
Option<String> instantTime,
HoodieTable<T,I,K,O> hoodieTable,
Pair<String,String> partitionPathFileIDPair) |
HoodieMergedReadHandle(HoodieWriteConfig config,
Option<String> instantTime,
HoodieTable<T,I,K,O> hoodieTable,
Pair<String,String> partitionPathFileIDPair,
Option<FileSlice> fileSliceOption) |
| Modifier and Type | Method and Description |
|---|---|
List<HoodieRecord<T>> |
getMergedRecords() |
createNewFileReader, createNewFileReader, getFileId, getLatestBaseFile, getPartitionPathFileIDPair, getStorageprotected final org.apache.avro.Schema readerSchema
protected final org.apache.avro.Schema baseFileReaderSchema
public HoodieMergedReadHandle(HoodieWriteConfig config, Option<String> instantTime, HoodieTable<T,I,K,O> hoodieTable, Pair<String,String> partitionPathFileIDPair)
public List<HoodieRecord<T>> getMergedRecords()
Copyright © 2024 The Apache Software Foundation. All rights reserved.