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.
|
Copyright © 2015. All rights reserved.