Package io.prestosql.testing
Class TestingPrestoClient
- java.lang.Object
-
- io.prestosql.testing.AbstractTestingPrestoClient<io.prestosql.testing.MaterializedResult>
-
- io.prestosql.testing.TestingPrestoClient
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class TestingPrestoClient extends AbstractTestingPrestoClient<io.prestosql.testing.MaterializedResult>
-
-
Constructor Summary
Constructors Constructor Description TestingPrestoClient(io.prestosql.server.testing.TestingPrestoServer prestoServer, io.prestosql.Session defaultSession)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ResultsSession<io.prestosql.testing.MaterializedResult>getResultSession(io.prestosql.Session session)-
Methods inherited from class io.prestosql.testing.AbstractTestingPrestoClient
close, execute, execute, getDefaultSession, getServer, getTypes, listTables, tableExists
-
-
-
-
Method Detail
-
getResultSession
protected ResultsSession<io.prestosql.testing.MaterializedResult> getResultSession(io.prestosql.Session session)
- Specified by:
getResultSessionin classAbstractTestingPrestoClient<io.prestosql.testing.MaterializedResult>
-
-