See: Description
| Interface | Description |
|---|---|
| PrimitiveTypeSpec |
Interface to encapsulate retrieving of type information, for the object inspector factory.
|
| Class | Description |
|---|---|
| BaseTypeParams |
Base type for type-specific params, such as char(10) or decimal(10, 2).
|
| ListTypeInfo |
A List Type has homogeneous elements.
|
| MapTypeInfo |
A Map Type has homogeneous keys and homogeneous values.
|
| ParameterizedPrimitiveTypeUtils |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| ParameterizedPrimitiveTypeUtils.HiveVarcharSerDeHelper |
Utils for varchar type
|
| PrimitiveTypeInfo |
There are limited number of Primitive Types.
|
| StructTypeInfo |
StructTypeInfo represents the TypeInfo of a struct.
|
| TestTypeInfoUtils | |
| TypeInfo |
Stores information about a type.
|
| TypeInfoFactory |
TypeInfoFactory can be used to create the TypeInfo object for any types.
|
| TypeInfoUtils |
TypeInfoUtils.
|
| TypeInfoUtils.PrimitiveParts | |
| UnionTypeInfo |
UnionTypeInfo represents the TypeInfo of an union.
|
| VarcharTypeParams |
Copyright © 2012 The Apache Software Foundation