| Package | Description |
|---|---|
| org.apache.tajo.plan.serder |
This package provides (de)serialization API for logical plan and it related parts.
|
| Modifier and Type | Method and Description |
|---|---|
static PlanProto.JoinType |
LogicalNodeSerializer.convertJoinType(JoinType type) |
PlanProto.JoinType |
PlanProto.JoinNodeOrBuilder.getJoinType()
required .JoinType joinType = 3; |
PlanProto.JoinType |
PlanProto.JoinNode.getJoinType()
required .JoinType joinType = 3; |
PlanProto.JoinType |
PlanProto.JoinNode.Builder.getJoinType()
required .JoinType joinType = 3; |
static PlanProto.JoinType |
PlanProto.JoinType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PlanProto.JoinType |
PlanProto.JoinType.valueOf(int value) |
static PlanProto.JoinType |
PlanProto.JoinType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanProto.JoinType[] |
PlanProto.JoinType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<PlanProto.JoinType> |
PlanProto.JoinType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
static JoinType |
LogicalNodeDeserializer.convertJoinType(PlanProto.JoinType type) |
PlanProto.JoinNode.Builder |
PlanProto.JoinNode.Builder.setJoinType(PlanProto.JoinType value)
required .JoinType joinType = 3; |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.