| Interface | Description |
|---|---|
| DeltaInputReader<O> |
Implementations of
DeltaInputReader will read the configured input type and provide an RDD of records to the
client. |
| Class | Description |
|---|---|
| DFSAvroDeltaInputReader |
A reader of
DeltaOutputMode.DFS and DeltaInputType.AVRO. |
| DFSDeltaInputReader |
This class helps to estimate the number of files to read a given number of total records.
|
| DFSHoodieDatasetInputReader |
This class helps to generate updates from an already existing hoodie dataset.
|
| SparkBasedReader |
Helper class to read avro and/or parquet files and generate a RDD of
GenericRecord. |
| Enum | Description |
|---|---|
| DeltaInputType |
Supported delta input data types.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.