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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CottontailGrpc.EnginegetEngine().org.vitrivr.cottontail.grpc.Engine engine = 6;intgetEngineValue().org.vitrivr.cottontail.grpc.Engine engine = 6;intgetLength()uint32 length = 3;CottontailGrpc.ColumnNamegetName().org.vitrivr.cottontail.grpc.ColumnName name = 1;CottontailGrpc.ColumnNameOrBuildergetNameOrBuilder().org.vitrivr.cottontail.grpc.ColumnName name = 1;booleangetNullable()bool nullable = 5;booleangetPrimary()bool primary = 4;CottontailGrpc.TypegetType().org.vitrivr.cottontail.grpc.Type type = 2;intgetTypeValue().org.vitrivr.cottontail.grpc.Type type = 2;booleanhasName().org.vitrivr.cottontail.grpc.ColumnName name = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
getEngineValue
int getEngineValue()
.org.vitrivr.cottontail.grpc.Engine engine = 6;- Returns:
- The enum numeric value on the wire for engine.
-
getEngine
CottontailGrpc.Engine getEngine()
.org.vitrivr.cottontail.grpc.Engine engine = 6;- Returns:
- The engine.
-
-