public class HoodieAvroOrcReader extends HoodieAvroFileReader
HoodieFileReader implementation for ORC format.| Constructor and Description |
|---|
HoodieAvroOrcReader(HoodieStorage storage,
StoragePath path) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Set<String> |
filterRowKeys(Set candidateRowKeys) |
ClosableIterator<org.apache.avro.generic.IndexedRecord> |
getIndexedRecordIterator(org.apache.avro.Schema readerSchema,
org.apache.avro.Schema requestedSchema) |
ClosableIterator<String> |
getRecordKeyIterator() |
org.apache.avro.Schema |
getSchema() |
long |
getTotalRecords() |
BloomFilter |
readBloomFilter() |
String[] |
readMinMaxRecordKeys() |
getIndexedRecordIterator, getRecordIteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRecordIterator, getRecordIteratorpublic HoodieAvroOrcReader(HoodieStorage storage, StoragePath path)
public String[] readMinMaxRecordKeys()
public BloomFilter readBloomFilter()
public ClosableIterator<org.apache.avro.generic.IndexedRecord> getIndexedRecordIterator(org.apache.avro.Schema readerSchema, org.apache.avro.Schema requestedSchema)
getIndexedRecordIterator in class HoodieAvroFileReaderpublic ClosableIterator<String> getRecordKeyIterator()
public org.apache.avro.Schema getSchema()
public void close()
public long getTotalRecords()
Copyright © 2024 The Apache Software Foundation. All rights reserved.