Uses of Class
org.apache.hadoop.hive.ql.io.parquet.serde.AbstractParquetMapInspector

Packages that use AbstractParquetMapInspector
org.apache.hadoop.hive.ql.io.parquet.serde   
 

Uses of AbstractParquetMapInspector in org.apache.hadoop.hive.ql.io.parquet.serde
 

Subclasses of AbstractParquetMapInspector in org.apache.hadoop.hive.ql.io.parquet.serde
 class DeepParquetHiveMapInspector
          The DeepParquetHiveMapInspector will inspect an ArrayWritable, considering it as a Hive map.
It can also inspect a Map if Hive decides to inspect the result of an inspection.
When trying to access elements from the map it will iterate over all keys, inspecting them and comparing them to the desired key.
 class StandardParquetHiveMapInspector
          The StandardParquetHiveMapInspector will inspect an ArrayWritable, considering it as a Hive map.
It can also inspect a Map if Hive decides to inspect the result of an inspection.
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.