public static interface PlanProto.DropTableNodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIfExists()
required bool ifExists = 2; |
boolean |
getPurge()
required bool purge = 3; |
String |
getTableName()
required string tableName = 1; |
com.google.protobuf.ByteString |
getTableNameBytes()
required string tableName = 1; |
boolean |
hasIfExists()
required bool ifExists = 2; |
boolean |
hasPurge()
required bool purge = 3; |
boolean |
hasTableName()
required string tableName = 1; |
boolean hasTableName()
required string tableName = 1;String getTableName()
required string tableName = 1;com.google.protobuf.ByteString getTableNameBytes()
required string tableName = 1;boolean hasIfExists()
required bool ifExists = 2;boolean getIfExists()
required bool ifExists = 2;boolean hasPurge()
required bool purge = 3;boolean getPurge()
required bool purge = 3;Copyright © 2015 Apache Software Foundation. All Rights Reserved.