public enum ExecType extends Enum<ExecType> implements com.google.protobuf.ProtocolMessageEnum
tipb.ExecType
Enum Constant and Description |
---|
TypeAggregation
TODO: Rename it to hash aggregation after support stream aggregation in TiKV.
|
TypeIndexScan
TypeIndexScan = 1; |
TypeLimit
TypeLimit = 5; |
TypeSelection
TypeSelection = 2; |
TypeStreamAgg
TypeStreamAgg = 6; |
TypeTableScan
TypeTableScan = 0; |
TypeTopN
TypeTopN = 4; |
Modifier and Type | Field and Description |
---|---|
static int |
TypeAggregation_VALUE
TODO: Rename it to hash aggregation after support stream aggregation in TiKV.
|
static int |
TypeIndexScan_VALUE
TypeIndexScan = 1; |
static int |
TypeLimit_VALUE
TypeLimit = 5; |
static int |
TypeSelection_VALUE
TypeSelection = 2; |
static int |
TypeStreamAgg_VALUE
TypeStreamAgg = 6; |
static int |
TypeTableScan_VALUE
TypeTableScan = 0; |
static int |
TypeTopN_VALUE
TypeTopN = 4; |
Modifier and Type | Method and Description |
---|---|
static ExecType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ExecType> |
internalGetValueMap() |
static ExecType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ExecType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ExecType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecType TypeTableScan
TypeTableScan = 0;
public static final ExecType TypeIndexScan
TypeIndexScan = 1;
public static final ExecType TypeSelection
TypeSelection = 2;
public static final ExecType TypeAggregation
TODO: Rename it to hash aggregation after support stream aggregation in TiKV.
TypeAggregation = 3;
public static final ExecType TypeTopN
TypeTopN = 4;
public static final ExecType TypeLimit
TypeLimit = 5;
public static final ExecType TypeStreamAgg
TypeStreamAgg = 6;
public static final int TypeTableScan_VALUE
TypeTableScan = 0;
public static final int TypeIndexScan_VALUE
TypeIndexScan = 1;
public static final int TypeSelection_VALUE
TypeSelection = 2;
public static final int TypeAggregation_VALUE
TODO: Rename it to hash aggregation after support stream aggregation in TiKV.
TypeAggregation = 3;
public static final int TypeTopN_VALUE
TypeTopN = 4;
public static final int TypeLimit_VALUE
TypeLimit = 5;
public static final int TypeStreamAgg_VALUE
TypeStreamAgg = 6;
public static ExecType[] values()
for (ExecType c : ExecType.values()) System.out.println(c);
public static ExecType 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 final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static ExecType valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static ExecType forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ExecType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ExecType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 PingCAP. All rights reserved.