public static interface PlanProto.InsertNodeSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getOverwrite()
required bool overwrite = 1; |
String |
getPath()
optional string path = 5; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 5; |
CatalogProtos.SchemaProto |
getProjectedSchema()
optional .SchemaProto projectedSchema = 3; |
CatalogProtos.SchemaProtoOrBuilder |
getProjectedSchemaOrBuilder()
optional .SchemaProto projectedSchema = 3; |
CatalogProtos.SchemaProto |
getTableSchema()
required .SchemaProto tableSchema = 2; |
CatalogProtos.SchemaProtoOrBuilder |
getTableSchemaOrBuilder()
required .SchemaProto tableSchema = 2; |
CatalogProtos.SchemaProto |
getTargetSchema()
optional .SchemaProto targetSchema = 4; |
CatalogProtos.SchemaProtoOrBuilder |
getTargetSchemaOrBuilder()
optional .SchemaProto targetSchema = 4; |
boolean |
hasOverwrite()
required bool overwrite = 1; |
boolean |
hasPath()
optional string path = 5; |
boolean |
hasProjectedSchema()
optional .SchemaProto projectedSchema = 3; |
boolean |
hasTableSchema()
required .SchemaProto tableSchema = 2; |
boolean |
hasTargetSchema()
optional .SchemaProto targetSchema = 4; |
boolean hasOverwrite()
required bool overwrite = 1;boolean getOverwrite()
required bool overwrite = 1;boolean hasTableSchema()
required .SchemaProto tableSchema = 2;CatalogProtos.SchemaProto getTableSchema()
required .SchemaProto tableSchema = 2;CatalogProtos.SchemaProtoOrBuilder getTableSchemaOrBuilder()
required .SchemaProto tableSchema = 2;boolean hasTargetSchema()
optional .SchemaProto targetSchema = 4;CatalogProtos.SchemaProto getTargetSchema()
optional .SchemaProto targetSchema = 4;CatalogProtos.SchemaProtoOrBuilder getTargetSchemaOrBuilder()
optional .SchemaProto targetSchema = 4;boolean hasProjectedSchema()
optional .SchemaProto projectedSchema = 3;CatalogProtos.SchemaProto getProjectedSchema()
optional .SchemaProto projectedSchema = 3;CatalogProtos.SchemaProtoOrBuilder getProjectedSchemaOrBuilder()
optional .SchemaProto projectedSchema = 3;boolean hasPath()
optional string path = 5;String getPath()
optional string path = 5;com.google.protobuf.ByteString getPathBytes()
optional string path = 5;Copyright © 2015 Apache Software Foundation. All Rights Reserved.