Package org.apache.hadoop.hive.ql.io.parquet.serde.primitive

Class Summary
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 © 2014 The Apache Software Foundation. All rights reserved.