public static enum HCatFieldSchema.Type extends java.lang.Enum<HCatFieldSchema.Type>
Enum Constant and Description |
---|
ARRAY |
BIGINT |
BINARY |
BOOLEAN |
DOUBLE |
FLOAT |
INT |
MAP |
SMALLINT |
STRING |
STRUCT |
TINYINT |
Modifier and Type | Method and Description |
---|---|
static HCatFieldSchema.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HCatFieldSchema.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HCatFieldSchema.Type INT
public static final HCatFieldSchema.Type TINYINT
public static final HCatFieldSchema.Type SMALLINT
public static final HCatFieldSchema.Type BIGINT
public static final HCatFieldSchema.Type BOOLEAN
public static final HCatFieldSchema.Type FLOAT
public static final HCatFieldSchema.Type DOUBLE
public static final HCatFieldSchema.Type STRING
public static final HCatFieldSchema.Type ARRAY
public static final HCatFieldSchema.Type MAP
public static final HCatFieldSchema.Type STRUCT
public static final HCatFieldSchema.Type BINARY
public static HCatFieldSchema.Type[] values()
for (HCatFieldSchema.Type c : HCatFieldSchema.Type.values()) System.out.println(c);
public static HCatFieldSchema.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2012 The Apache Software Foundation