| Package | Description |
|---|---|
| org.apache.hadoop.hive.serde2.objectinspector | |
| org.apache.hadoop.hive.serde2.objectinspector.primitive |
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectInspectorConverters.IdentityConverter
IdentityConverter.
|
static class |
ObjectInspectorConverters.ListConverter
A converter class for List.
|
static class |
ObjectInspectorConverters.MapConverter
A converter class for Map.
|
static class |
ObjectInspectorConverters.StructConverter
A converter class for Struct.
|
static class |
ObjectInspectorConverters.UnionConverter
A converter class for Union.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectInspectorConverters.Converter |
ObjectInspectorConverters.getConverter(ObjectInspector inputOI,
ObjectInspector outputOI)
Returns a converter that converts objects from one OI to another OI.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.