See: Description
| Class | Description |
|---|---|
| DelegatingReadSupport<T> |
Helps composing read supports
|
| DelegatingWriteSupport<T> |
Helps composing write supports
|
| InitContext |
Context passed to ReadSupport when initializing for read
|
| ReadSupport<T> |
Abstraction used by the
ParquetInputFormat to materialize records |
| ReadSupport.ReadContext |
information to read the file
|
| WriteSupport<T> |
Abstraction to use with
ParquetOutputFormat to convert incoming records |
| WriteSupport.FinalizedWriteContext |
Information to be added in the file once all the records have been written
|
| WriteSupport.WriteContext |
information to be persisted in the file
|
APIs to integrate various type systems with Parquet
Copyright © 2023 The Apache Software Foundation. All rights reserved.