Class | Description |
---|---|
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.WriteContext |
information to be persisted in the file
|
APIs to integrate various type systems with Parquet
Copyright © 2015. All rights reserved.