Package org.apache.drill.exec.proto
Interface UserProtos.TableMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserProtos.TableMetadata
,UserProtos.TableMetadata.Builder
- Enclosing class:
- UserProtos
public static interface UserProtos.TableMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string catalog_name = 1;
com.google.protobuf.ByteString
optional string catalog_name = 1;
optional string schema_name = 2;
com.google.protobuf.ByteString
optional string schema_name = 2;
optional string table_name = 3;
com.google.protobuf.ByteString
optional string table_name = 3;
getType()
Type.com.google.protobuf.ByteString
Type.boolean
optional string catalog_name = 1;
boolean
optional string schema_name = 2;
boolean
optional string table_name = 3;
boolean
hasType()
Type.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCatalogName
boolean hasCatalogName()optional string catalog_name = 1;
- Returns:
- Whether the catalogName field is set.
-
getCatalogName
String getCatalogName()optional string catalog_name = 1;
- Returns:
- The catalogName.
-
getCatalogNameBytes
com.google.protobuf.ByteString getCatalogNameBytes()optional string catalog_name = 1;
- Returns:
- The bytes for catalogName.
-
hasSchemaName
boolean hasSchemaName()optional string schema_name = 2;
- Returns:
- Whether the schemaName field is set.
-
getSchemaName
String getSchemaName()optional string schema_name = 2;
- Returns:
- The schemaName.
-
getSchemaNameBytes
com.google.protobuf.ByteString getSchemaNameBytes()optional string schema_name = 2;
- Returns:
- The bytes for schemaName.
-
hasTableName
boolean hasTableName()optional string table_name = 3;
- Returns:
- Whether the tableName field is set.
-
getTableName
String getTableName()optional string table_name = 3;
- Returns:
- The tableName.
-
getTableNameBytes
com.google.protobuf.ByteString getTableNameBytes()optional string table_name = 3;
- Returns:
- The bytes for tableName.
-
hasType
boolean hasType()Type. Ex. "TABLE", "VIEW" etc.
optional string type = 4;
- Returns:
- Whether the type field is set.
-
getType
String getType()Type. Ex. "TABLE", "VIEW" etc.
optional string type = 4;
- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()Type. Ex. "TABLE", "VIEW" etc.
optional string type = 4;
- Returns:
- The bytes for type.
-