Interface CottontailGrpc.QueryResponseMessageOrBuilder

    • 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.
      • getResultsList

        java.util.List<CottontailGrpc.Tuple> getResultsList()
        repeated .org.vitrivr.cottontail.grpc.Tuple results = 2;
      • getResults

        CottontailGrpc.Tuple getResults​(int index)
        repeated .org.vitrivr.cottontail.grpc.Tuple results = 2;
      • getResultsCount

        int getResultsCount()
        repeated .org.vitrivr.cottontail.grpc.Tuple results = 2;
      • getResultsOrBuilderList

        java.util.List<? extends CottontailGrpc.TupleOrBuilder> getResultsOrBuilderList()
        repeated .org.vitrivr.cottontail.grpc.Tuple results = 2;