Interface CottontailGrpc.DeleteMessageOrBuilder

    • Method Detail

      • getQueryId

        java.lang.String getQueryId()
        string queryId = 1;
        Returns:
        The queryId.
      • getQueryIdBytes

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