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