public static interface CatalogProtos.IndexDescProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CatalogProtos.ColumnProto |
getColumn()
required .ColumnProto column = 3; |
CatalogProtos.ColumnProtoOrBuilder |
getColumnOrBuilder()
required .ColumnProto column = 3; |
CatalogProtos.IndexMethod |
getIndexMethod()
required .IndexMethod indexMethod = 4; |
String |
getIndexName()
required string indexName = 2; |
com.google.protobuf.ByteString |
getIndexNameBytes()
required string indexName = 2; |
boolean |
getIsAscending()
optional bool isAscending = 7 [default = false]; |
boolean |
getIsClustered()
optional bool isClustered = 6 [default = false]; |
boolean |
getIsUnique()
optional bool isUnique = 5 [default = false]; |
CatalogProtos.TableIdentifierProto |
getTableIdentifier()
required .TableIdentifierProto tableIdentifier = 1; |
CatalogProtos.TableIdentifierProtoOrBuilder |
getTableIdentifierOrBuilder()
required .TableIdentifierProto tableIdentifier = 1; |
boolean |
hasColumn()
required .ColumnProto column = 3; |
boolean |
hasIndexMethod()
required .IndexMethod indexMethod = 4; |
boolean |
hasIndexName()
required string indexName = 2; |
boolean |
hasIsAscending()
optional bool isAscending = 7 [default = false]; |
boolean |
hasIsClustered()
optional bool isClustered = 6 [default = false]; |
boolean |
hasIsUnique()
optional bool isUnique = 5 [default = false]; |
boolean |
hasTableIdentifier()
required .TableIdentifierProto tableIdentifier = 1; |
boolean hasTableIdentifier()
required .TableIdentifierProto tableIdentifier = 1;
CatalogProtos.TableIdentifierProto getTableIdentifier()
required .TableIdentifierProto tableIdentifier = 1;
CatalogProtos.TableIdentifierProtoOrBuilder getTableIdentifierOrBuilder()
required .TableIdentifierProto tableIdentifier = 1;
boolean hasIndexName()
required string indexName = 2;
String getIndexName()
required string indexName = 2;
com.google.protobuf.ByteString getIndexNameBytes()
required string indexName = 2;
boolean hasColumn()
required .ColumnProto column = 3;
CatalogProtos.ColumnProto getColumn()
required .ColumnProto column = 3;
CatalogProtos.ColumnProtoOrBuilder getColumnOrBuilder()
required .ColumnProto column = 3;
boolean hasIndexMethod()
required .IndexMethod indexMethod = 4;
CatalogProtos.IndexMethod getIndexMethod()
required .IndexMethod indexMethod = 4;
boolean hasIsUnique()
optional bool isUnique = 5 [default = false];
boolean getIsUnique()
optional bool isUnique = 5 [default = false];
boolean hasIsClustered()
optional bool isClustered = 6 [default = false];
boolean getIsClustered()
optional bool isClustered = 6 [default = false];
boolean hasIsAscending()
optional bool isAscending = 7 [default = false];
boolean getIsAscending()
optional bool isAscending = 7 [default = false];
Copyright © 2014 Apache Software Foundation. All Rights Reserved.