public static interface PlanProto.CreateTableNodeSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getExternal()
required bool external = 2; |
boolean |
getIfNotExists()
required bool ifNotExists = 3; |
String |
getPath()
optional string path = 4; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 4; |
CatalogProtos.SchemaProto |
getSchema()
required .SchemaProto schema = 1; |
CatalogProtos.SchemaProtoOrBuilder |
getSchemaOrBuilder()
required .SchemaProto schema = 1; |
boolean |
hasExternal()
required bool external = 2; |
boolean |
hasIfNotExists()
required bool ifNotExists = 3; |
boolean |
hasPath()
optional string path = 4; |
boolean |
hasSchema()
required .SchemaProto schema = 1; |
boolean hasSchema()
required .SchemaProto schema = 1;CatalogProtos.SchemaProto getSchema()
required .SchemaProto schema = 1;CatalogProtos.SchemaProtoOrBuilder getSchemaOrBuilder()
required .SchemaProto schema = 1;boolean hasExternal()
required bool external = 2;boolean getExternal()
required bool external = 2;boolean hasIfNotExists()
required bool ifNotExists = 3;boolean getIfNotExists()
required bool ifNotExists = 3;boolean hasPath()
optional string path = 4;String getPath()
optional string path = 4;com.google.protobuf.ByteString getPathBytes()
optional string path = 4;Copyright © 2015 Apache Software Foundation. All Rights Reserved.