Uses of Class
io.prestosql.sql.SqlPath
-
Packages that use SqlPath Package Description io.prestosql -
-
Uses of SqlPath in io.prestosql
Methods in io.prestosql that return SqlPath Modifier and Type Method Description SqlPathSession. getPath()SqlPathSessionRepresentation. getPath()Methods in io.prestosql with parameters of type SqlPath Modifier and Type Method Description Session.SessionBuilderSession.SessionBuilder. setPath(SqlPath path)Constructors in io.prestosql with parameters of type SqlPath Constructor Description Session(QueryId queryId, Optional<TransactionId> transactionId, boolean clientTransactionSupport, Identity identity, Optional<String> source, Optional<String> catalog, Optional<String> schema, SqlPath path, Optional<String> traceToken, TimeZoneKey timeZoneKey, Locale locale, Optional<String> remoteUserAddress, Optional<String> userAgent, Optional<String> clientInfo, Set<String> clientTags, Set<String> clientCapabilities, ResourceEstimates resourceEstimates, Instant start, Map<String,String> systemProperties, Map<CatalogName,Map<String,String>> connectorProperties, Map<String,Map<String,String>> unprocessedCatalogProperties, SessionPropertyManager sessionPropertyManager, Map<String,String> preparedStatements)SessionRepresentation(String queryId, Optional<TransactionId> transactionId, boolean clientTransactionSupport, String user, Set<String> groups, Optional<String> principal, Optional<String> source, Optional<String> catalog, Optional<String> schema, SqlPath path, Optional<String> traceToken, TimeZoneKey timeZoneKey, Locale locale, Optional<String> remoteUserAddress, Optional<String> userAgent, Optional<String> clientInfo, Set<String> clientTags, Set<String> clientCapabilities, ResourceEstimates resourceEstimates, Instant start, Map<String,String> systemProperties, Map<CatalogName,Map<String,String>> catalogProperties, Map<String,Map<String,String>> unprocessedCatalogProperties, Map<String,SelectedRole> roles, Map<String,String> preparedStatements)
-