| Class | Description |
|---|---|
| Binary | |
| Converter |
Represent a tree of converters
that materializes tuples
|
| GroupConverter |
converter for group nodes
|
| PrimitiveConverter |
converter for leaves of the schema
|
| RecordConsumer |
Abstraction for writing records
It decouples the striping algorithm from the actual record model
example:
|
| RecordMaterializer<T> |
Top-level class which should be implemented in order to materialize objects from
a stream of Parquet data.
|
| Exception | Description |
|---|---|
| RecordMaterializer.RecordMaterializationException |
This exception signals that the current record is cannot be converted from parquet columns to a materialized
record, but can be skipped if requested.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.