| 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.DropDatabaseNode
Protobuf type
DropDatabaseNode |
static class |
PlanProto.DropDatabaseNode.Builder
Protobuf type
DropDatabaseNode |
| Modifier and Type | Method and Description |
|---|---|
PlanProto.DropDatabaseNodeOrBuilder |
PlanProto.LogicalNodeOrBuilder.getDropDatabaseOrBuilder()
optional .DropDatabaseNode dropDatabase = 26; |
PlanProto.DropDatabaseNodeOrBuilder |
PlanProto.LogicalNode.getDropDatabaseOrBuilder()
optional .DropDatabaseNode dropDatabase = 26; |
PlanProto.DropDatabaseNodeOrBuilder |
PlanProto.LogicalNode.Builder.getDropDatabaseOrBuilder()
optional .DropDatabaseNode dropDatabase = 26; |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.