public class HoodieAvroFileReaderFactory extends HoodieFileReaderFactory
storage| Constructor and Description |
|---|
HoodieAvroFileReaderFactory(HoodieStorage storage) |
| Modifier and Type | Method and Description |
|---|---|
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) |
getContentReader, getFileReader, getFileReader, getFileReader, isUseNativeHFileReaderEnabledpublic HoodieAvroFileReaderFactory(HoodieStorage storage)
protected HoodieFileReader newParquetFileReader(StoragePath path)
newParquetFileReader in class HoodieFileReaderFactoryprotected HoodieFileReader newHFileFileReader(HoodieConfig hoodieConfig, StoragePath path, Option<org.apache.avro.Schema> schemaOption) throws IOException
newHFileFileReader in class HoodieFileReaderFactoryIOExceptionprotected HoodieFileReader newHFileFileReader(HoodieConfig hoodieConfig, StoragePath path, HoodieStorage storage, byte[] content, Option<org.apache.avro.Schema> schemaOption) throws IOException
newHFileFileReader in class HoodieFileReaderFactoryIOExceptionprotected HoodieFileReader newOrcFileReader(StoragePath path)
newOrcFileReader in class HoodieFileReaderFactorypublic HoodieFileReader newBootstrapFileReader(HoodieFileReader skeletonFileReader, HoodieFileReader dataFileReader, Option<String[]> partitionFields, Object[] partitionValues)
newBootstrapFileReader in class HoodieFileReaderFactoryCopyright © 2024 The Apache Software Foundation. All rights reserved.