Interface CottontailGrpc.ColumnDefinitionOrBuilder

    • Method Detail

      • hasName

        boolean hasName()
        .org.vitrivr.cottontail.grpc.ColumnName name = 1;
        Returns:
        Whether the name field is set.
      • 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.