| Package | Description |
|---|---|
| org.apache.tajo.plan.serder |
This package provides (de)serialization API for logical plan and it related parts.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PlanProto.AlterTableNode.AddColumn
Protobuf type
AlterTableNode.AddColumn |
static class |
PlanProto.AlterTableNode.AddColumn.Builder
Protobuf type
AlterTableNode.AddColumn |
| Modifier and Type | Method and Description |
|---|---|
PlanProto.AlterTableNode.AddColumnOrBuilder |
PlanProto.AlterTableNodeOrBuilder.getAddColumnOrBuilder()
optional .AlterTableNode.AddColumn addColumn = 5; |
PlanProto.AlterTableNode.AddColumnOrBuilder |
PlanProto.AlterTableNode.getAddColumnOrBuilder()
optional .AlterTableNode.AddColumn addColumn = 5; |
PlanProto.AlterTableNode.AddColumnOrBuilder |
PlanProto.AlterTableNode.Builder.getAddColumnOrBuilder()
optional .AlterTableNode.AddColumn addColumn = 5; |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.