Class ResultWithQueryId<T>


  • public class ResultWithQueryId<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultWithQueryId​(io.prestosql.spi.QueryId queryId, T result)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.prestosql.spi.QueryId getQueryId()  
      T getResult()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResultWithQueryId

        public ResultWithQueryId​(io.prestosql.spi.QueryId queryId,
                                 T result)
    • Method Detail

      • getQueryId

        public io.prestosql.spi.QueryId getQueryId()
      • getResult

        public T getResult()