Package org.apache.parquet.io.api
-
Class Summary Class Description Binary Converter Represent a tree of converters that materializes tuplesGroupConverter converter for group nodesPrimitiveConverter converter for leaves of the schemaRecordConsumer 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 Summary 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.