static PlanProtocol.JoinType |
PlanProtocol.JoinType.forNumber(int value) |
|
PlanProtocol.JoinType |
PlanProtocol.HashJoinOperator.Builder.getType() |
Type of the join - if there are more than 2 children, it will be INNER
|
PlanProtocol.JoinType |
PlanProtocol.HashJoinOperator.getType() |
Type of the join - if there are more than 2 children, it will be INNER
|
PlanProtocol.JoinType |
PlanProtocol.HashJoinOperatorOrBuilder.getType() |
Type of the join - if there are more than 2 children, it will be INNER
|
PlanProtocol.JoinType |
PlanProtocol.ProductOperator.Builder.getType() |
.xg.db.sqlPlans.JoinType type = 2;
|
PlanProtocol.JoinType |
PlanProtocol.ProductOperator.getType() |
.xg.db.sqlPlans.JoinType type = 2;
|
PlanProtocol.JoinType |
PlanProtocol.ProductOperatorOrBuilder.getType() |
.xg.db.sqlPlans.JoinType type = 2;
|
static PlanProtocol.JoinType |
PlanProtocol.JoinType.valueOf(int value) |
Deprecated.
|
static PlanProtocol.JoinType |
PlanProtocol.JoinType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static PlanProtocol.JoinType |
PlanProtocol.JoinType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PlanProtocol.JoinType[] |
PlanProtocol.JoinType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|