public enum BlobQueryArrowFieldType extends Enum<BlobQueryArrowFieldType>
| Enum Constant and Description |
|---|
BOOL
Enum value bool.
|
DECIMAL
Enum value decimal.
|
DOUBLE
Enum value double.
|
INT64
Enum value int64.
|
STRING
Enum value string.
|
TIMESTAMP
Enum value timestamp[ms].
|
| Modifier and Type | Method and Description |
|---|---|
static BlobQueryArrowFieldType |
fromString(String value)
Parses a serialized value to a BlobQueryArrowFieldType instance.
|
String |
toString() |
static BlobQueryArrowFieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlobQueryArrowFieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlobQueryArrowFieldType INT64
public static final BlobQueryArrowFieldType BOOL
public static final BlobQueryArrowFieldType TIMESTAMP
public static final BlobQueryArrowFieldType STRING
public static final BlobQueryArrowFieldType DOUBLE
public static final BlobQueryArrowFieldType DECIMAL
public static BlobQueryArrowFieldType[] values()
public static BlobQueryArrowFieldType 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 static BlobQueryArrowFieldType fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<BlobQueryArrowFieldType>Copyright © 2021 Microsoft Corporation. All rights reserved.