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