Interface CottontailGrpc.UpdateMessageOrBuilder

    • Method Detail

      • hasTxId

        boolean hasTxId()
        .org.vitrivr.cottontail.grpc.TransactionId txId = 1;
        Returns:
        Whether the txId field is set.
      • hasFrom

        boolean hasFrom()
        .org.vitrivr.cottontail.grpc.From from = 2;
        Returns:
        Whether the from field is set.
      • getFrom

        CottontailGrpc.From getFrom()
        .org.vitrivr.cottontail.grpc.From from = 2;
        Returns:
        The from.
      • hasWhere

        boolean hasWhere()
        .org.vitrivr.cottontail.grpc.Where where = 3;
        Returns:
        Whether the where field is set.
      • getWhere

        CottontailGrpc.Where getWhere()
        .org.vitrivr.cottontail.grpc.Where where = 3;
        Returns:
        The where.
      • getUpdatesCount

        int getUpdatesCount()
        repeated .org.vitrivr.cottontail.grpc.UpdateMessage.UpdateElement updates = 4;