| Package | Description |
|---|---|
| org.apache.hadoop.hive.serde2 | |
| org.apache.hadoop.hive.serde2.fast | |
| org.apache.hadoop.hive.serde2.lazy.fast | |
| org.apache.hadoop.hive.serde2.lazy.objectinspector | |
| org.apache.hadoop.hive.serde2.objectinspector | |
| org.apache.hadoop.hive.serde2.objectinspector.primitive | |
| org.apache.hadoop.hive.serde2.typeinfo |
This package provides the implementation of the SerDe type system.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectInspector.Category |
NullStructSerDe.NullStructSerDeObjectInspector.getCategory() |
ObjectInspector.Category |
BaseStructObjectInspector.getCategory() |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectInspector.Category[] |
DeserializeRead.categories |
| Modifier and Type | Method and Description |
|---|---|
void |
LazySimpleDeserializeRead.logExceptionMessage(byte[] bytes,
int bytesStart,
int bytesLength,
ObjectInspector.Category dataComplexCategory,
PrimitiveObjectInspector.PrimitiveCategory dataPrimitiveCategory) |
| Modifier and Type | Method and Description |
|---|---|
ObjectInspector.Category |
LazyMapObjectInspector.getCategory() |
ObjectInspector.Category |
LazyListObjectInspector.getCategory() |
ObjectInspector.Category |
LazyUnionObjectInspector.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
ObjectInspector.Category |
StandardUnionObjectInspector.getCategory() |
ObjectInspector.Category |
ThriftUnionObjectInspector.getCategory() |
ObjectInspector.Category |
UnionStructObjectInspector.getCategory() |
ObjectInspector.Category |
StandardStructObjectInspector.getCategory() |
ObjectInspector.Category |
ReflectionStructObjectInspector.getCategory() |
ObjectInspector.Category |
StandardListObjectInspector.getCategory() |
ObjectInspector.Category |
StandardMapObjectInspector.getCategory() |
ObjectInspector.Category |
SubStructObjectInspector.getCategory() |
ObjectInspector.Category |
ObjectInspector.getCategory()
An ObjectInspector must inherit from one of the following interfaces if
getCategory() returns: PRIMITIVE: PrimitiveObjectInspector LIST:
ListObjectInspector MAP: MapObjectInspector STRUCT: StructObjectInspector.
|
static ObjectInspector.Category |
ObjectInspector.Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectInspector.Category[] |
ObjectInspector.Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectInspector.Category |
AbstractPrimitiveObjectInspector.getCategory()
Return the associated category this primitive ObjectInspector.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectInspector.Category |
MapTypeInfo.getCategory() |
abstract ObjectInspector.Category |
TypeInfo.getCategory()
The Category of this TypeInfo.
|
ObjectInspector.Category |
StructTypeInfo.getCategory() |
ObjectInspector.Category |
ListTypeInfo.getCategory() |
ObjectInspector.Category |
PrimitiveTypeInfo.getCategory()
Returns the category of this TypeInfo.
|
ObjectInspector.Category |
UnionTypeInfo.getCategory() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.