| Package | Description |
|---|---|
| org.apache.hudi.io.storage |
| Modifier and Type | Class and Description |
|---|---|
class |
HoodieNativeAvroHFileReader
An implementation of
HoodieAvroHFileReaderImplBase using native HFileReader. |
| Modifier and Type | Method and Description |
|---|---|
static List<org.apache.avro.generic.IndexedRecord> |
HoodieAvroHFileReaderImplBase.readRecords(HoodieAvroHFileReaderImplBase reader,
List<String> keys)
NOTE: THIS SHOULD ONLY BE USED FOR TESTING, RECORDS ARE MATERIALIZED EAGERLY
|
static List<org.apache.avro.generic.IndexedRecord> |
HoodieAvroHFileReaderImplBase.readRecords(HoodieAvroHFileReaderImplBase reader,
List<String> keys,
org.apache.avro.Schema schema)
NOTE: THIS SHOULD ONLY BE USED FOR TESTING, RECORDS ARE MATERIALIZED EAGERLY
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.