public static interface CatalogProtos.TableDescProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getIsExternal()
optional bool isExternal = 8 [default = false]; |
CatalogProtos.TableProto |
getMeta()
required .TableProto meta = 4; |
CatalogProtos.TableProtoOrBuilder |
getMetaOrBuilder()
required .TableProto meta = 4; |
CatalogProtos.PartitionMethodProto |
getPartition()
optional .PartitionMethodProto partition = 7; |
CatalogProtos.PartitionMethodProtoOrBuilder |
getPartitionOrBuilder()
optional .PartitionMethodProto partition = 7; |
String |
getPath()
optional string path = 3; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 3; |
CatalogProtos.SchemaProto |
getSchema()
required .SchemaProto schema = 5; |
CatalogProtos.SchemaProtoOrBuilder |
getSchemaOrBuilder()
required .SchemaProto schema = 5; |
CatalogProtos.TableStatsProto |
getStats()
optional .TableStatsProto stats = 6; |
CatalogProtos.TableStatsProtoOrBuilder |
getStatsOrBuilder()
optional .TableStatsProto stats = 6; |
String |
getTableName()
required string table_name = 2; |
com.google.protobuf.ByteString |
getTableNameBytes()
required string table_name = 2; |
boolean |
hasIsExternal()
optional bool isExternal = 8 [default = false]; |
boolean |
hasMeta()
required .TableProto meta = 4; |
boolean |
hasPartition()
optional .PartitionMethodProto partition = 7; |
boolean |
hasPath()
optional string path = 3; |
boolean |
hasSchema()
required .SchemaProto schema = 5; |
boolean |
hasStats()
optional .TableStatsProto stats = 6; |
boolean |
hasTableName()
required string table_name = 2; |
boolean hasTableName()
required string table_name = 2;
String getTableName()
required string table_name = 2;
com.google.protobuf.ByteString getTableNameBytes()
required string table_name = 2;
boolean hasPath()
optional string path = 3;
String getPath()
optional string path = 3;
com.google.protobuf.ByteString getPathBytes()
optional string path = 3;
boolean hasMeta()
required .TableProto meta = 4;
CatalogProtos.TableProto getMeta()
required .TableProto meta = 4;
CatalogProtos.TableProtoOrBuilder getMetaOrBuilder()
required .TableProto meta = 4;
boolean hasSchema()
required .SchemaProto schema = 5;
CatalogProtos.SchemaProto getSchema()
required .SchemaProto schema = 5;
CatalogProtos.SchemaProtoOrBuilder getSchemaOrBuilder()
required .SchemaProto schema = 5;
boolean hasStats()
optional .TableStatsProto stats = 6;
CatalogProtos.TableStatsProto getStats()
optional .TableStatsProto stats = 6;
CatalogProtos.TableStatsProtoOrBuilder getStatsOrBuilder()
optional .TableStatsProto stats = 6;
boolean hasPartition()
optional .PartitionMethodProto partition = 7;
CatalogProtos.PartitionMethodProto getPartition()
optional .PartitionMethodProto partition = 7;
CatalogProtos.PartitionMethodProtoOrBuilder getPartitionOrBuilder()
optional .PartitionMethodProto partition = 7;
boolean hasIsExternal()
optional bool isExternal = 8 [default = false];
boolean getIsExternal()
optional bool isExternal = 8 [default = false];
Copyright © 2014 Apache Software Foundation. All Rights Reserved.