Package org.apache.drill.exec.proto
Interface UserProtos.ColumnMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserProtos.ColumnMetadata,UserProtos.ColumnMetadata.Builder
- Enclosing class:
UserProtos
public static interface UserProtos.ColumnMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string catalog_name = 1;com.google.protobuf.ByteStringoptional string catalog_name = 1;intoptional int32 char_max_length = 9;intoptional int32 char_octet_length = 10;optional string column_name = 4;com.google.protobuf.ByteStringoptional string column_name = 4;intoptional int32 column_size = 17;optional string data_type = 8;com.google.protobuf.ByteStringoptional string data_type = 8;intoptional int32 date_time_precision = 14;optional string default_value = 6;com.google.protobuf.ByteStringoptional string default_value = 6;intoptional int32 interval_precision = 16;optional string interval_type = 15;com.google.protobuf.ByteStringoptional string interval_type = 15;booleanoptional bool is_nullable = 7;intoptional int32 numeric_precision = 11;intoptional int32 numeric_precision_radix = 12;intoptional int32 numeric_scale = 13;intoptional int32 ordinal_position = 5;optional string schema_name = 2;com.google.protobuf.ByteStringoptional string schema_name = 2;optional string table_name = 3;com.google.protobuf.ByteStringoptional string table_name = 3;booleanoptional string catalog_name = 1;booleanoptional int32 char_max_length = 9;booleanoptional int32 char_octet_length = 10;booleanoptional string column_name = 4;booleanoptional int32 column_size = 17;booleanoptional string data_type = 8;booleanoptional int32 date_time_precision = 14;booleanoptional string default_value = 6;booleanoptional int32 interval_precision = 16;booleanoptional string interval_type = 15;booleanoptional bool is_nullable = 7;booleanoptional int32 numeric_precision = 11;booleanoptional int32 numeric_precision_radix = 12;booleanoptional int32 numeric_scale = 13;booleanoptional int32 ordinal_position = 5;booleanoptional string schema_name = 2;booleanoptional string table_name = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-
hasColumnName
boolean hasColumnName()optional string column_name = 4;- Returns:
- Whether the columnName field is set.
-
getColumnName
String getColumnName()optional string column_name = 4;- Returns:
- The columnName.
-
getColumnNameBytes
com.google.protobuf.ByteString getColumnNameBytes()optional string column_name = 4;- Returns:
- The bytes for columnName.
-
hasOrdinalPosition
boolean hasOrdinalPosition()optional int32 ordinal_position = 5;- Returns:
- Whether the ordinalPosition field is set.
-
getOrdinalPosition
int getOrdinalPosition()optional int32 ordinal_position = 5;- Returns:
- The ordinalPosition.
-
hasDefaultValue
boolean hasDefaultValue()optional string default_value = 6;- Returns:
- Whether the defaultValue field is set.
-
getDefaultValue
String getDefaultValue()optional string default_value = 6;- Returns:
- The defaultValue.
-
getDefaultValueBytes
com.google.protobuf.ByteString getDefaultValueBytes()optional string default_value = 6;- Returns:
- The bytes for defaultValue.
-
hasIsNullable
boolean hasIsNullable()optional bool is_nullable = 7;- Returns:
- Whether the isNullable field is set.
-
getIsNullable
boolean getIsNullable()optional bool is_nullable = 7;- Returns:
- The isNullable.
-
hasDataType
boolean hasDataType()optional string data_type = 8;- Returns:
- Whether the dataType field is set.
-
getDataType
String getDataType()optional string data_type = 8;- Returns:
- The dataType.
-
getDataTypeBytes
com.google.protobuf.ByteString getDataTypeBytes()optional string data_type = 8;- Returns:
- The bytes for dataType.
-
hasCharMaxLength
boolean hasCharMaxLength()optional int32 char_max_length = 9;- Returns:
- Whether the charMaxLength field is set.
-
getCharMaxLength
int getCharMaxLength()optional int32 char_max_length = 9;- Returns:
- The charMaxLength.
-
hasCharOctetLength
boolean hasCharOctetLength()optional int32 char_octet_length = 10;- Returns:
- Whether the charOctetLength field is set.
-
getCharOctetLength
int getCharOctetLength()optional int32 char_octet_length = 10;- Returns:
- The charOctetLength.
-
hasNumericPrecision
boolean hasNumericPrecision()optional int32 numeric_precision = 11;- Returns:
- Whether the numericPrecision field is set.
-
getNumericPrecision
int getNumericPrecision()optional int32 numeric_precision = 11;- Returns:
- The numericPrecision.
-
hasNumericPrecisionRadix
boolean hasNumericPrecisionRadix()optional int32 numeric_precision_radix = 12;- Returns:
- Whether the numericPrecisionRadix field is set.
-
getNumericPrecisionRadix
int getNumericPrecisionRadix()optional int32 numeric_precision_radix = 12;- Returns:
- The numericPrecisionRadix.
-
hasNumericScale
boolean hasNumericScale()optional int32 numeric_scale = 13;- Returns:
- Whether the numericScale field is set.
-
getNumericScale
int getNumericScale()optional int32 numeric_scale = 13;- Returns:
- The numericScale.
-
hasDateTimePrecision
boolean hasDateTimePrecision()optional int32 date_time_precision = 14;- Returns:
- Whether the dateTimePrecision field is set.
-
getDateTimePrecision
int getDateTimePrecision()optional int32 date_time_precision = 14;- Returns:
- The dateTimePrecision.
-
hasIntervalType
boolean hasIntervalType()optional string interval_type = 15;- Returns:
- Whether the intervalType field is set.
-
getIntervalType
String getIntervalType()optional string interval_type = 15;- Returns:
- The intervalType.
-
getIntervalTypeBytes
com.google.protobuf.ByteString getIntervalTypeBytes()optional string interval_type = 15;- Returns:
- The bytes for intervalType.
-
hasIntervalPrecision
boolean hasIntervalPrecision()optional int32 interval_precision = 16;- Returns:
- Whether the intervalPrecision field is set.
-
getIntervalPrecision
int getIntervalPrecision()optional int32 interval_precision = 16;- Returns:
- The intervalPrecision.
-
hasColumnSize
boolean hasColumnSize()optional int32 column_size = 17;- Returns:
- Whether the columnSize field is set.
-
getColumnSize
int getColumnSize()optional int32 column_size = 17;- Returns:
- The columnSize.
-