All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
HoodieFileReader |
getContentReader(HoodieConfig hoodieConfig,
StoragePath path,
HoodieFileFormat format,
HoodieStorage storage,
byte[] content,
Option<org.apache.avro.Schema> schemaOption) |
HoodieFileReader |
getFileReader(HoodieConfig hoodieConfig,
StoragePath path) |
HoodieFileReader |
getFileReader(HoodieConfig hoodieConfig,
StoragePath path,
HoodieFileFormat format) |
HoodieFileReader |
getFileReader(HoodieConfig hoodieConfig,
StoragePath path,
HoodieFileFormat format,
Option<org.apache.avro.Schema> schemaOption) |
protected static boolean |
isUseNativeHFileReaderEnabled(HoodieConfig hoodieConfig) |
HoodieFileReader |
newBootstrapFileReader(HoodieFileReader skeletonFileReader,
HoodieFileReader dataFileReader,
Option<String[]> partitionFields,
Object[] partitionValues) |
protected HoodieFileReader |
newHFileFileReader(HoodieConfig hoodieConfig,
StoragePath path,
HoodieStorage storage,
byte[] content,
Option<org.apache.avro.Schema> schemaOption) |
protected HoodieFileReader |
newHFileFileReader(HoodieConfig hoodieConfig,
StoragePath path,
Option<org.apache.avro.Schema> schemaOption) |
protected HoodieFileReader |
newOrcFileReader(StoragePath path) |
protected HoodieFileReader |
newParquetFileReader(StoragePath path) |