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 Type
    Method
    Description
    boolean
    bool autoIncrement = 6;
    .org.vitrivr.cottontail.grpc.ColumnDefinition.Compression compression = 7;
    int
    .org.vitrivr.cottontail.grpc.ColumnDefinition.Compression compression = 7;
    int
    uint32 length = 3;
    .org.vitrivr.cottontail.grpc.ColumnName name = 1;
    .org.vitrivr.cottontail.grpc.ColumnName name = 1;
    boolean
    bool nullable = 5;
    boolean
    bool primary = 4;
    .org.vitrivr.cottontail.grpc.Type type = 2;
    int
    .org.vitrivr.cottontail.grpc.Type type = 2;
    boolean
    .org.vitrivr.cottontail.grpc.ColumnName name = 1;

    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

    • hasName

      boolean hasName()
      .org.vitrivr.cottontail.grpc.ColumnName name = 1;
      Returns:
      Whether the name field is set.
    • getName

      .org.vitrivr.cottontail.grpc.ColumnName name = 1;
      Returns:
      The name.
    • 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

      .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

      .org.vitrivr.cottontail.grpc.ColumnDefinition.Compression compression = 7;
      Returns:
      The compression.