public static interface PlanProto.StoreTableNodeSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CatalogProtos.PartitionMethodProto |
getPartitionMethod()
optional .PartitionMethodProto partitionMethod = 2; |
CatalogProtos.PartitionMethodProtoOrBuilder |
getPartitionMethodOrBuilder()
optional .PartitionMethodProto partitionMethod = 2; |
String |
getTableName()
optional string tableName = 1; |
com.google.protobuf.ByteString |
getTableNameBytes()
optional string tableName = 1; |
boolean |
hasPartitionMethod()
optional .PartitionMethodProto partitionMethod = 2; |
boolean |
hasTableName()
optional string tableName = 1; |
boolean hasTableName()
optional string tableName = 1;
'INSERT INTO LOCATION' does not require 'table name'.
String getTableName()
optional string tableName = 1;
'INSERT INTO LOCATION' does not require 'table name'.
com.google.protobuf.ByteString getTableNameBytes()
optional string tableName = 1;
'INSERT INTO LOCATION' does not require 'table name'.
boolean hasPartitionMethod()
optional .PartitionMethodProto partitionMethod = 2;CatalogProtos.PartitionMethodProto getPartitionMethod()
optional .PartitionMethodProto partitionMethod = 2;CatalogProtos.PartitionMethodProtoOrBuilder getPartitionMethodOrBuilder()
optional .PartitionMethodProto partitionMethod = 2;Copyright © 2015 Apache Software Foundation. All Rights Reserved.