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 BinaryWritable to give a Text or String.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.