|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
ListObjectInspector | |
MapObjectInspector | |
ObjectInspector | ObjectInspector helps us to look into the internal structure of a complex object. |
ObjectInspectorConverters.Converter | A converter which will convert objects with one ObjectInspector to another. |
PrimitiveObjectInspector | |
SettableListObjectInspector | |
SettableMapObjectInspector | |
StructField | StructField is an empty interface. |
Class Summary | |
---|---|
InspectableObject | Simple wrapper of object with ObjectInspector. |
MetadataListStructObjectInspector | StructObjectInspector works on struct data that is stored as a Java List or Java Array object. |
MyStruct | Class for testing TestReflectionObjectInspector. |
ObjectInspectorConverters | |
ObjectInspectorConverters.IdentityConverter | |
ObjectInspectorConverters.ListConverter | A converter class for List. |
ObjectInspectorConverters.MapConverter | A converter class for Map. |
ObjectInspectorConverters.StructConverter | A converter class for Struct. |
ObjectInspectorFactory | ObjectInspectorFactory is the primary way to create new ObjectInspector instances. |
ObjectInspectorUtils | ObjectInspectorFactory is the primary way to create new ObjectInspector instances. |
ReflectionStructObjectInspector | ReflectionStructObjectInspector works on struct data that is stored as a native Java object. |
ReflectionStructObjectInspector.MyField | |
SettableStructObjectInspector | |
StandardListObjectInspector | DefaultListObjectInspector works on list data that is stored as a Java List or Java Array object. |
StandardMapObjectInspector | StandardMapObjectInspector works on map data that is stored as a Java Map object. |
StandardStructObjectInspector | ListStructObjectInspector works on struct data that is stored as a Java List or Java Array object. |
StandardStructObjectInspector.MyField | |
StructObjectInspector | |
TestObjectInspectorConverters | |
TestObjectInspectorUtils | |
TestReflectionObjectInspectors | |
TestStandardObjectInspectors | |
TestThriftObjectInspectors | |
TestUnionStructObjectInspector | |
UnionStructObjectInspector | UnionStructObjectInspector unions several struct data into a single struct. |
UnionStructObjectInspector.MyField |
Enum Summary | |
---|---|
ObjectInspector.Category | |
ObjectInspectorFactory.ObjectInspectorOptions | ObjectInspectorOptions describes what ObjectInspector to use. |
ObjectInspectorUtils.ObjectInspectorCopyOption | This enum controls how we copy primitive objects. |
PrimitiveObjectInspector.PrimitiveCategory | The primitive types supported by Hive. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |