| Package | Description |
|---|---|
| org.apache.hadoop.hive.serde2.lazybinary.objectinspector | |
| org.apache.hadoop.hive.serde2.objectinspector |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyBinaryStructObjectInspector
ObjectInspector for LazyBinaryStruct.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetadataListStructObjectInspector
StructObjectInspector works on struct data that is stored as a Java List or
Java Array object.
|
class |
StandardConstantStructObjectInspector
A StandardStructObjectInspector which also implements the
ConstantObjectInspector interface.
|
| Modifier and Type | Method and Description |
|---|---|
static StandardStructObjectInspector |
ObjectInspectorFactory.getStandardStructObjectInspector(List<String> structFieldNames,
List<ObjectInspector> structFieldObjectInspectors) |
static StandardStructObjectInspector |
ObjectInspectorFactory.getStandardStructObjectInspector(List<String> structFieldNames,
List<ObjectInspector> structFieldObjectInspectors,
List<String> structComments) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.