Package org.vitrivr.cottontail.grpc
Interface CottontailGrpc.ColumnDefinitionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CottontailGrpc.ColumnDefinition,CottontailGrpc.ColumnDefinition.Builder
- Enclosing class:
- CottontailGrpc
public static interface CottontailGrpc.ColumnDefinitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool autoIncrement = 6;.org.vitrivr.cottontail.grpc.ColumnDefinition.Compression compression = 7;int.org.vitrivr.cottontail.grpc.ColumnDefinition.Compression compression = 7;intuint32 length = 3;getName().org.vitrivr.cottontail.grpc.ColumnName name = 1;.org.vitrivr.cottontail.grpc.ColumnName name = 1;booleanbool nullable = 5;booleanbool primary = 4;getType().org.vitrivr.cottontail.grpc.Type type = 2;int.org.vitrivr.cottontail.grpc.Type type = 2;booleanhasName().org.vitrivr.cottontail.grpc.ColumnName name = 1;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
-
hasName
boolean hasName().org.vitrivr.cottontail.grpc.ColumnName name = 1;- Returns:
- Whether the name field is set.
-
getName
CottontailGrpc.ColumnName getName().org.vitrivr.cottontail.grpc.ColumnName name = 1;- Returns:
- The name.
-
getNameOrBuilder
CottontailGrpc.ColumnNameOrBuilder getNameOrBuilder().org.vitrivr.cottontail.grpc.ColumnName name = 1; -
getTypeValue
int getTypeValue().org.vitrivr.cottontail.grpc.Type type = 2;- Returns:
- The enum numeric value on the wire for type.
-
getType
CottontailGrpc.Type getType().org.vitrivr.cottontail.grpc.Type type = 2;- Returns:
- The type.
-
getLength
int getLength()uint32 length = 3;- Returns:
- The length.
-
getPrimary
boolean getPrimary()bool primary = 4;- Returns:
- The primary.
-
getNullable
boolean getNullable()bool nullable = 5;- Returns:
- The nullable.
-
getAutoIncrement
boolean getAutoIncrement()bool autoIncrement = 6;- Returns:
- The autoIncrement.
-
getCompressionValue
int getCompressionValue().org.vitrivr.cottontail.grpc.ColumnDefinition.Compression compression = 7;- Returns:
- The enum numeric value on the wire for compression.
-
getCompression
CottontailGrpc.ColumnDefinition.Compression getCompression().org.vitrivr.cottontail.grpc.ColumnDefinition.Compression compression = 7;- Returns:
- The compression.
-