|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Type | |
---|---|
org.apache.hive.service.cli |
Uses of Type in org.apache.hive.service.cli |
---|
Methods in org.apache.hive.service.cli that return Type | |
---|---|
Type |
TypeDescriptor.getType()
|
Type |
ColumnDescriptor.getType()
|
static Type |
Type.getType(String name)
|
static Type |
Type.getType(TTypeId tType)
|
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.hive.service.cli with parameters of type Type | |
---|---|
TableSchema |
TableSchema.addPrimitiveColumn(String columnName,
Type columnType,
String columnComment)
|
static ColumnValue |
ColumnValue.newColumnValue(Type type,
Object value)
|
static ColumnDescriptor |
ColumnDescriptor.newPrimitiveColumnDescriptor(String name,
String comment,
Type type,
int position)
|
Constructors in org.apache.hive.service.cli with parameters of type Type | |
---|---|
TypeDescriptor(Type type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |