org.apache.hadoop.hive.serde
Class serdeConstants
java.lang.Object
org.apache.hadoop.hive.serde.serdeConstants
public class serdeConstants
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERIALIZATION_LIB
public static final String SERIALIZATION_LIB
- See Also:
- Constant Field Values
SERIALIZATION_CLASS
public static final String SERIALIZATION_CLASS
- See Also:
- Constant Field Values
SERIALIZATION_FORMAT
public static final String SERIALIZATION_FORMAT
- See Also:
- Constant Field Values
SERIALIZATION_DDL
public static final String SERIALIZATION_DDL
- See Also:
- Constant Field Values
SERIALIZATION_NULL_FORMAT
public static final String SERIALIZATION_NULL_FORMAT
- See Also:
- Constant Field Values
SERIALIZATION_LAST_COLUMN_TAKES_REST
public static final String SERIALIZATION_LAST_COLUMN_TAKES_REST
- See Also:
- Constant Field Values
SERIALIZATION_SORT_ORDER
public static final String SERIALIZATION_SORT_ORDER
- See Also:
- Constant Field Values
SERIALIZATION_USE_JSON_OBJECTS
public static final String SERIALIZATION_USE_JSON_OBJECTS
- See Also:
- Constant Field Values
FIELD_DELIM
public static final String FIELD_DELIM
- See Also:
- Constant Field Values
COLLECTION_DELIM
public static final String COLLECTION_DELIM
- See Also:
- Constant Field Values
LINE_DELIM
public static final String LINE_DELIM
- See Also:
- Constant Field Values
MAPKEY_DELIM
public static final String MAPKEY_DELIM
- See Also:
- Constant Field Values
QUOTE_CHAR
public static final String QUOTE_CHAR
- See Also:
- Constant Field Values
ESCAPE_CHAR
public static final String ESCAPE_CHAR
- See Also:
- Constant Field Values
VOID_TYPE_NAME
public static final String VOID_TYPE_NAME
- See Also:
- Constant Field Values
BOOLEAN_TYPE_NAME
public static final String BOOLEAN_TYPE_NAME
- See Also:
- Constant Field Values
TINYINT_TYPE_NAME
public static final String TINYINT_TYPE_NAME
- See Also:
- Constant Field Values
SMALLINT_TYPE_NAME
public static final String SMALLINT_TYPE_NAME
- See Also:
- Constant Field Values
INT_TYPE_NAME
public static final String INT_TYPE_NAME
- See Also:
- Constant Field Values
BIGINT_TYPE_NAME
public static final String BIGINT_TYPE_NAME
- See Also:
- Constant Field Values
FLOAT_TYPE_NAME
public static final String FLOAT_TYPE_NAME
- See Also:
- Constant Field Values
DOUBLE_TYPE_NAME
public static final String DOUBLE_TYPE_NAME
- See Also:
- Constant Field Values
STRING_TYPE_NAME
public static final String STRING_TYPE_NAME
- See Also:
- Constant Field Values
DATE_TYPE_NAME
public static final String DATE_TYPE_NAME
- See Also:
- Constant Field Values
DATETIME_TYPE_NAME
public static final String DATETIME_TYPE_NAME
- See Also:
- Constant Field Values
TIMESTAMP_TYPE_NAME
public static final String TIMESTAMP_TYPE_NAME
- See Also:
- Constant Field Values
DECIMAL_TYPE_NAME
public static final String DECIMAL_TYPE_NAME
- See Also:
- Constant Field Values
BINARY_TYPE_NAME
public static final String BINARY_TYPE_NAME
- See Also:
- Constant Field Values
LIST_TYPE_NAME
public static final String LIST_TYPE_NAME
- See Also:
- Constant Field Values
MAP_TYPE_NAME
public static final String MAP_TYPE_NAME
- See Also:
- Constant Field Values
STRUCT_TYPE_NAME
public static final String STRUCT_TYPE_NAME
- See Also:
- Constant Field Values
UNION_TYPE_NAME
public static final String UNION_TYPE_NAME
- See Also:
- Constant Field Values
LIST_COLUMNS
public static final String LIST_COLUMNS
- See Also:
- Constant Field Values
LIST_COLUMN_TYPES
public static final String LIST_COLUMN_TYPES
- See Also:
- Constant Field Values
PrimitiveTypes
public static final Set<String> PrimitiveTypes
CollectionTypes
public static final Set<String> CollectionTypes
serdeConstants
public serdeConstants()
Copyright © 2013 The Apache Software Foundation