|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrimitiveTypeInfo | |
---|---|
org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
org.apache.hadoop.hive.ql.metadata | |
org.apache.hadoop.hive.serde2.typeinfo | This package provides the implementation of the SerDe type system. |
Uses of PrimitiveTypeInfo in org.apache.hadoop.hive.ql.exec |
---|
Methods in org.apache.hadoop.hive.ql.exec with parameters of type PrimitiveTypeInfo | |
---|---|
static TypeInfo |
FunctionRegistry.getTypeInfoForPrimitiveCategory(PrimitiveTypeInfo a,
PrimitiveTypeInfo b,
PrimitiveObjectInspector.PrimitiveCategory typeCategory)
Given 2 TypeInfo types and the PrimitiveCategory selected as the common class between the two, return a TypeInfo corresponding to the common PrimitiveCategory, and with type qualifiers (if applicable) that match the 2 TypeInfo types. |
Uses of PrimitiveTypeInfo in org.apache.hadoop.hive.ql.metadata |
---|
Methods in org.apache.hadoop.hive.ql.metadata that return PrimitiveTypeInfo | |
---|---|
PrimitiveTypeInfo |
VirtualColumn.getTypeInfo()
|
Methods in org.apache.hadoop.hive.ql.metadata with parameters of type PrimitiveTypeInfo | |
---|---|
void |
VirtualColumn.setTypeInfo(PrimitiveTypeInfo typeInfo)
|
Constructors in org.apache.hadoop.hive.ql.metadata with parameters of type PrimitiveTypeInfo | |
---|---|
VirtualColumn(String name,
PrimitiveTypeInfo typeInfo)
|
Uses of PrimitiveTypeInfo in org.apache.hadoop.hive.serde2.typeinfo |
---|
Methods in org.apache.hadoop.hive.serde2.typeinfo with parameters of type PrimitiveTypeInfo | |
---|---|
static int |
TypeInfoUtils.getCharacterLengthForType(PrimitiveTypeInfo typeInfo)
Return the character length of the type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |