| Class | Description |
|---|---|
| ParquetByteInspector |
The ParquetByteInspector can inspect both ByteWritables and IntWritables into bytes.
|
| ParquetPrimitiveInspectorFactory |
The ParquetPrimitiveInspectorFactory allows us to be sure that the same object is inspected by the same inspector.
|
| ParquetShortInspector |
The ParquetShortInspector can inspect both ShortWritables and IntWritables into shorts.
|
| ParquetStringInspector |
The ParquetStringInspector inspects a BytesWritable, TimestampWritableV2, HiveDecimalWritable,
DoubleWritable, FloatWritable, LongWritable, IntWritable, and BooleanWritable to give a Text
or String.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.