LogicalTypeAnnotation to represent logical types instead@Deprecated public enum OriginalType extends Enum<OriginalType>
| Enum Constant and Description |
|---|
BSON
Deprecated.
|
DATE
Deprecated.
|
DECIMAL
Deprecated.
|
ENUM
Deprecated.
|
INT_16
Deprecated.
|
INT_32
Deprecated.
|
INT_64
Deprecated.
|
INT_8
Deprecated.
|
INTERVAL
Deprecated.
|
JSON
Deprecated.
|
LIST
Deprecated.
|
MAP
Deprecated.
|
MAP_KEY_VALUE
Deprecated.
|
TIME_MICROS
Deprecated.
|
TIME_MILLIS
Deprecated.
|
TIMESTAMP_MICROS
Deprecated.
|
TIMESTAMP_MILLIS
Deprecated.
|
UINT_16
Deprecated.
|
UINT_32
Deprecated.
|
UINT_64
Deprecated.
|
UINT_8
Deprecated.
|
UTF8
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static OriginalType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static OriginalType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OriginalType MAP
public static final OriginalType LIST
public static final OriginalType UTF8
public static final OriginalType MAP_KEY_VALUE
public static final OriginalType ENUM
public static final OriginalType DECIMAL
public static final OriginalType DATE
public static final OriginalType TIME_MILLIS
public static final OriginalType TIME_MICROS
public static final OriginalType TIMESTAMP_MILLIS
public static final OriginalType TIMESTAMP_MICROS
public static final OriginalType UINT_8
public static final OriginalType UINT_16
public static final OriginalType UINT_32
public static final OriginalType UINT_64
public static final OriginalType INT_8
public static final OriginalType INT_16
public static final OriginalType INT_32
public static final OriginalType INT_64
public static final OriginalType JSON
public static final OriginalType BSON
public static final OriginalType INTERVAL
public static OriginalType[] values()
for (OriginalType c : OriginalType.values()) System.out.println(c);
public static OriginalType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023 The Apache Software Foundation. All rights reserved.