public static enum VectorizedSupport.Support extends Enum<VectorizedSupport.Support>
| Enum Constant and Description |
|---|
DECIMAL_64 |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,VectorizedSupport.Support> |
nameToSupportMap |
| Modifier and Type | Method and Description |
|---|---|
static VectorizedSupport.Support |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorizedSupport.Support[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VectorizedSupport.Support DECIMAL_64
public static final Map<String,VectorizedSupport.Support> nameToSupportMap
public static VectorizedSupport.Support[] values()
for (VectorizedSupport.Support c : VectorizedSupport.Support.values()) System.out.println(c);
public static VectorizedSupport.Support 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 © 2024 The Apache Software Foundation. All rights reserved.