public static enum VectorPTFDesc.SupportedFunctionType extends Enum<VectorPTFDesc.SupportedFunctionType>
| Enum Constant and Description |
|---|
AVG |
COUNT |
DENSE_RANK |
FIRST_VALUE |
LAG |
LAST_VALUE |
LEAD |
MAX |
MIN |
RANK |
ROW_NUMBER |
SUM |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSupportDistinct() |
static VectorPTFDesc.SupportedFunctionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorPTFDesc.SupportedFunctionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VectorPTFDesc.SupportedFunctionType ROW_NUMBER
public static final VectorPTFDesc.SupportedFunctionType RANK
public static final VectorPTFDesc.SupportedFunctionType DENSE_RANK
public static final VectorPTFDesc.SupportedFunctionType MIN
public static final VectorPTFDesc.SupportedFunctionType MAX
public static final VectorPTFDesc.SupportedFunctionType SUM
public static final VectorPTFDesc.SupportedFunctionType AVG
public static final VectorPTFDesc.SupportedFunctionType FIRST_VALUE
public static final VectorPTFDesc.SupportedFunctionType LAST_VALUE
public static final VectorPTFDesc.SupportedFunctionType COUNT
public static final VectorPTFDesc.SupportedFunctionType LEAD
public static final VectorPTFDesc.SupportedFunctionType LAG
public static VectorPTFDesc.SupportedFunctionType[] values()
for (VectorPTFDesc.SupportedFunctionType c : VectorPTFDesc.SupportedFunctionType.values()) System.out.println(c);
public static VectorPTFDesc.SupportedFunctionType 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 boolean isSupportDistinct()
Copyright © 2022 The Apache Software Foundation. All rights reserved.