Class | Description |
---|---|
AbstractParquetMapInspector | |
ArrayWritableObjectInspector |
The ArrayWritableObjectInspector will inspect an ArrayWritable, considering it as a Hive struct.
It can also inspect a List if Hive decides to inspect the result of an inspection. |
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. |
ParquetHiveArrayInspector |
The ParquetHiveArrayInspector will inspect an ArrayWritable, considering it as an Hive array.
It can also inspect a List if Hive decides to inspect the result of an inspection. |
ParquetHiveSerDe |
A ParquetHiveSerDe for Hive (with the deprecated package mapred)
|
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 © 2017 The Apache Software Foundation. All rights reserved.