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