|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseTypeParams | |
---|---|
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. |
org.apache.hive.service.cli |
Uses of BaseTypeParams in org.apache.hadoop.hive.serde2.objectinspector |
---|
Methods in org.apache.hadoop.hive.serde2.objectinspector that return BaseTypeParams | |
---|---|
BaseTypeParams |
PrimitiveObjectInspector.getTypeParams()
If the type has type parameters (such as varchar length, or decimal precision/scale), then return the parameters for the type. |
Methods in org.apache.hadoop.hive.serde2.objectinspector with parameters of type BaseTypeParams | |
---|---|
void |
PrimitiveObjectInspector.setTypeParams(BaseTypeParams newParams)
Set the type parameters for the type. |
Uses of BaseTypeParams in org.apache.hadoop.hive.serde2.objectinspector.primitive |
---|
Fields in org.apache.hadoop.hive.serde2.objectinspector.primitive declared as BaseTypeParams | |
---|---|
protected BaseTypeParams |
AbstractPrimitiveObjectInspector.typeParams
|
BaseTypeParams |
PrimitiveObjectInspectorUtils.PrimitiveTypeEntry.typeParams
|
Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive that return BaseTypeParams | |
---|---|
static BaseTypeParams |
PrimitiveObjectInspectorUtils.PrimitiveTypeEntry.createTypeParams(String typeName,
String[] parameters)
|
BaseTypeParams |
AbstractPrimitiveObjectInspector.getTypeParams()
|
BaseTypeParams |
PrimitiveObjectInspectorUtils.PrimitiveTypeEntry.getTypeParams()
|
Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive with parameters of type BaseTypeParams | |
---|---|
static PrimitiveObjectInspectorUtils.PrimitiveTypeEntry |
PrimitiveObjectInspectorUtils.getTypeEntryFromTypeSpecs(PrimitiveObjectInspector.PrimitiveCategory primitiveCategory,
BaseTypeParams typeParams)
|
void |
AbstractPrimitiveObjectInspector.setTypeParams(BaseTypeParams newParams)
|
Uses of BaseTypeParams in org.apache.hadoop.hive.serde2.typeinfo |
---|
Subclasses of BaseTypeParams in org.apache.hadoop.hive.serde2.typeinfo | |
---|---|
class |
VarcharTypeParams
|
Fields in org.apache.hadoop.hive.serde2.typeinfo declared as BaseTypeParams | |
---|---|
protected BaseTypeParams |
PrimitiveTypeInfo.typeParams
|
Methods in org.apache.hadoop.hive.serde2.typeinfo that return BaseTypeParams | |
---|---|
BaseTypeParams |
PrimitiveTypeSpec.getTypeParams()
|
BaseTypeParams |
PrimitiveTypeInfo.getTypeParams()
If the type has type parameters (such as varchar length, or decimal precision/scale), then return the parameters for the type. |
static BaseTypeParams |
ParameterizedPrimitiveTypeUtils.getTypeParamsFromPrimitiveObjectInspector(PrimitiveObjectInspector oi)
|
static BaseTypeParams |
ParameterizedPrimitiveTypeUtils.getTypeParamsFromPrimitiveTypeEntry(PrimitiveObjectInspectorUtils.PrimitiveTypeEntry typeEntry)
|
static BaseTypeParams |
ParameterizedPrimitiveTypeUtils.getTypeParamsFromTypeInfo(TypeInfo typeInfo)
|
Methods in org.apache.hadoop.hive.serde2.typeinfo with parameters of type BaseTypeParams | |
---|---|
void |
PrimitiveTypeInfo.setTypeParams(BaseTypeParams typeParams)
Set the type parameters for the type. |
Uses of BaseTypeParams in org.apache.hive.service.cli |
---|
Methods in org.apache.hive.service.cli with parameters of type BaseTypeParams | |
---|---|
static TypeQualifiers |
TypeQualifiers.fromBaseTypeParams(BaseTypeParams typeParams)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |