| 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.DropTableNode
Protobuf type
DropTableNode |
static class |
PlanProto.DropTableNode.Builder
Protobuf type
DropTableNode |
| Modifier and Type | Method and Description |
|---|---|
PlanProto.DropTableNodeOrBuilder |
PlanProto.LogicalNodeOrBuilder.getDropTableOrBuilder()
optional .DropTableNode dropTable = 27; |
PlanProto.DropTableNodeOrBuilder |
PlanProto.LogicalNode.getDropTableOrBuilder()
optional .DropTableNode dropTable = 27; |
PlanProto.DropTableNodeOrBuilder |
PlanProto.LogicalNode.Builder.getDropTableOrBuilder()
optional .DropTableNode dropTable = 27; |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.