public static enum DType.DTypeEnum extends Enum<DType.DTypeEnum>
Enum Constant and Description |
---|
BOOL8
Byte wise true non-0/false 0.
|
DECIMAL128 |
DECIMAL32 |
DECIMAL64 |
DURATION_DAYS |
DURATION_MICROSECONDS |
DURATION_MILLISECONDS |
DURATION_NANOSECONDS |
DURATION_SECONDS |
EMPTY |
FLOAT32 |
FLOAT64 |
INT16 |
INT32 |
INT64 |
INT8 |
LIST |
STRING |
STRUCT |
TIMESTAMP_DAYS
Days since the UNIX epoch
|
TIMESTAMP_MICROSECONDS
microseconds since the UNIX epoch
|
TIMESTAMP_MILLISECONDS
ms since the UNIX epoch
|
TIMESTAMP_NANOSECONDS
ns since the UNIX epoch
|
TIMESTAMP_SECONDS
s since the UNIX epoch
|
UINT16 |
UINT32 |
UINT64 |
UINT8 |
Modifier and Type | Method and Description |
---|---|
int |
getNativeId() |
boolean |
isDecimalType() |
static DType.DTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DType.DTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DType.DTypeEnum EMPTY
public static final DType.DTypeEnum INT8
public static final DType.DTypeEnum INT16
public static final DType.DTypeEnum INT32
public static final DType.DTypeEnum INT64
public static final DType.DTypeEnum UINT8
public static final DType.DTypeEnum UINT16
public static final DType.DTypeEnum UINT32
public static final DType.DTypeEnum UINT64
public static final DType.DTypeEnum FLOAT32
public static final DType.DTypeEnum FLOAT64
public static final DType.DTypeEnum BOOL8
public static final DType.DTypeEnum TIMESTAMP_DAYS
public static final DType.DTypeEnum TIMESTAMP_SECONDS
public static final DType.DTypeEnum TIMESTAMP_MILLISECONDS
public static final DType.DTypeEnum TIMESTAMP_MICROSECONDS
public static final DType.DTypeEnum TIMESTAMP_NANOSECONDS
public static final DType.DTypeEnum DURATION_DAYS
public static final DType.DTypeEnum DURATION_SECONDS
public static final DType.DTypeEnum DURATION_MILLISECONDS
public static final DType.DTypeEnum DURATION_MICROSECONDS
public static final DType.DTypeEnum DURATION_NANOSECONDS
public static final DType.DTypeEnum STRING
public static final DType.DTypeEnum LIST
public static final DType.DTypeEnum DECIMAL32
public static final DType.DTypeEnum DECIMAL64
public static final DType.DTypeEnum DECIMAL128
public static final DType.DTypeEnum STRUCT
public static DType.DTypeEnum[] values()
for (DType.DTypeEnum c : DType.DTypeEnum.values()) System.out.println(c);
public static DType.DTypeEnum 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 nullpublic int getNativeId()
public boolean isDecimalType()
Copyright © 2024. All rights reserved.