Interface CottontailGrpc.UpdateMessage.UpdateElementOrBuilder

    • Method Detail

      • hasColumn

        boolean hasColumn()
        .org.vitrivr.cottontail.grpc.ColumnName column = 1;
        Returns:
        Whether the column field is set.
      • hasValue

        boolean hasValue()
        .org.vitrivr.cottontail.grpc.Literal value = 2;
        Returns:
        Whether the value field is set.
      • getValue

        CottontailGrpc.Literal getValue()
        .org.vitrivr.cottontail.grpc.Literal value = 2;
        Returns:
        The value.