static PlanProtocol.Operator.OperatorType |
PlanProtocol.Operator.OperatorType.forNumber(int value) |
|
PlanProtocol.Operator.OperatorType |
PlanProtocol.Operator.Builder.getType() |
.xg.db.sqlPlans.Operator.OperatorType type = 1;
|
PlanProtocol.Operator.OperatorType |
PlanProtocol.Operator.getType() |
.xg.db.sqlPlans.Operator.OperatorType type = 1;
|
PlanProtocol.Operator.OperatorType |
PlanProtocol.OperatorOrBuilder.getType() |
.xg.db.sqlPlans.Operator.OperatorType type = 1;
|
static PlanProtocol.Operator.OperatorType |
PlanProtocol.Operator.OperatorType.valueOf(int value) |
Deprecated.
|
static PlanProtocol.Operator.OperatorType |
PlanProtocol.Operator.OperatorType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static PlanProtocol.Operator.OperatorType |
PlanProtocol.Operator.OperatorType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PlanProtocol.Operator.OperatorType[] |
PlanProtocol.Operator.OperatorType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|