Interface CottontailGrpc.InsertMessageOrBuilder

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

        boolean hasTuple()
        .org.vitrivr.cottontail.grpc.Tuple tuple = 3;
        Returns:
        Whether the tuple field is set.
      • getTuple

        CottontailGrpc.Tuple getTuple()
        .org.vitrivr.cottontail.grpc.Tuple tuple = 3;
        Returns:
        The tuple.