Interface CottontailGrpc.ColumnDefinitionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CottontailGrpc.Engine getEngine()
      .org.vitrivr.cottontail.grpc.Engine engine = 6;
      int getEngineValue()
      .org.vitrivr.cottontail.grpc.Engine engine = 6;
      int getLength()
      uint32 length = 3;
      java.lang.String getName()
      string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      boolean getNullable()
      bool nullable = 5;
      boolean getPrimary()
      bool primary = 4;
      CottontailGrpc.Type getType()
      .org.vitrivr.cottontail.grpc.Type type = 2;
      int getTypeValue()
      .org.vitrivr.cottontail.grpc.Type type = 2;
      • 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 Detail

      • getName

        java.lang.String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • 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.