Uses of Interface
io.trino.server.SessionContext
-
Packages that use SessionContext Package Description io.trino.dispatcher io.trino.server -
-
Uses of SessionContext in io.trino.dispatcher
Methods in io.trino.dispatcher with parameters of type SessionContext Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<?>DispatchManager. createQuery(QueryId queryId, Slug slug, SessionContext sessionContext, String query) -
Uses of SessionContext in io.trino.server
Classes in io.trino.server that implement SessionContext Modifier and Type Class Description classHttpRequestSessionContextMethods in io.trino.server with parameters of type SessionContext Modifier and Type Method Description SessionNoOpSessionSupplier. createSession(QueryId queryId, SessionContext context)SessionQuerySessionSupplier. createSession(QueryId queryId, SessionContext context)SessionSessionSupplier. createSession(QueryId queryId, SessionContext context)
-