public enum ExecType extends Enum<ExecType> implements com.google.protobuf.ProtocolMessageEnum
tipb.ExecType| 枚举常量和说明 |
|---|
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; |
| 限定符和类型 | 字段和说明 |
|---|---|
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; |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
已过时。
Use
forNumber(int) instead. |
static ExecType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ExecType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
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 - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public final int getNumber()
getNumber 在接口中 com.google.protobuf.Internal.EnumLitegetNumber 在接口中 com.google.protobuf.ProtocolMessageEnum@Deprecated public static ExecType valueOf(int value)
forNumber(int) instead.public static ExecType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ExecType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor 在接口中 com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ExecType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 PingCAP. All rights reserved.