| 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.NodeType |
LogicalNodeSerializer.convertType(NodeType type) |
PlanProto.NodeType |
PlanProto.LogicalNodeOrBuilder.getType()
required .NodeType type = 3; |
PlanProto.NodeType |
PlanProto.LogicalNode.getType()
required .NodeType type = 3; |
PlanProto.NodeType |
PlanProto.LogicalNode.Builder.getType()
required .NodeType type = 3; |
static PlanProto.NodeType |
PlanProto.NodeType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PlanProto.NodeType |
PlanProto.NodeType.valueOf(int value) |
static PlanProto.NodeType |
PlanProto.NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanProto.NodeType[] |
PlanProto.NodeType.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.NodeType> |
PlanProto.NodeType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
PlanProto.LogicalNode.Builder |
PlanProto.LogicalNode.Builder.setType(PlanProto.NodeType value)
required .NodeType type = 3; |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.