Uses of Class
io.trino.Session.SessionBuilder
Packages that use Session.SessionBuilder
-
Uses of Session.SessionBuilder in io.trino
Methods in io.trino that return Session.SessionBuilderModifier and TypeMethodDescriptionSession.SessionBuilder.addPreparedStatement(String statementName, String query) static Session.SessionBuilderSession.builder(SessionPropertyManager sessionPropertyManager) static Session.SessionBuilderSession.SessionBuilder.setCatalog(String catalog) Session.SessionBuilder.setCatalog(Optional<String> catalog) Session.SessionBuilder.setCatalogSessionProperty(String catalogName, String propertyName, String propertyValue) Sets a catalog property for the session.Session.SessionBuilder.setClientCapabilities(Set<String> clientCapabilities) Session.SessionBuilder.setClientInfo(String clientInfo) Session.SessionBuilder.setClientInfo(Optional<String> clientInfo) Session.SessionBuilder.setClientTags(Set<String> clientTags) Session.SessionBuilder.setClientTransactionSupport()Session.SessionBuilder.setIdentity(Identity identity) Session.SessionBuilder.setOriginalIdentity(Identity originalIdentity) Session.SessionBuilder.setProtocolHeaders(ProtocolHeaders protocolHeaders) Session.SessionBuilder.setQueryId(QueryId queryId) Session.SessionBuilder.setQuerySpan(io.opentelemetry.api.trace.Span querySpan) Session.SessionBuilder.setRemoteUserAddress(String remoteUserAddress) Session.SessionBuilder.setRemoteUserAddress(Optional<String> remoteUserAddress) Session.SessionBuilder.setResourceEstimates(ResourceEstimates resourceEstimates) Session.SessionBuilder.setSystemProperties(Map<String, String> systemProperties) Sets system properties, discarding any system properties previously set.Session.SessionBuilder.setSystemProperty(String propertyName, String propertyValue) Sets a system property for the session.Session.SessionBuilder.setTimeZoneKey(TimeZoneKey timeZoneKey) Session.SessionBuilder.setTimeZoneKey(Optional<TimeZoneKey> timeZoneKey) Session.SessionBuilder.setTraceToken(Optional<String> traceToken) Session.SessionBuilder.setTransactionId(TransactionId transactionId) Session.SessionBuilder.setUserAgent(String userAgent) Session.SessionBuilder.setUserAgent(Optional<String> userAgent) -
Uses of Session.SessionBuilder in io.trino.testing
Methods in io.trino.testing that return Session.SessionBuilderModifier and TypeMethodDescriptionstatic Session.SessionBuilderTestingSession.testSessionBuilder()static Session.SessionBuilderTestingSession.testSessionBuilder(SessionPropertyManager sessionPropertyManager) static Session.SessionBuilderTestingSession.testSessionBuilder(Session session)