Uses of Class
io.trino.SessionRepresentation
Packages that use SessionRepresentation
-
Uses of SessionRepresentation in io.trino
Methods in io.trino that return SessionRepresentation -
Uses of SessionRepresentation in io.trino.execution
Methods in io.trino.execution that return SessionRepresentationConstructors in io.trino.execution with parameters of type SessionRepresentationModifierConstructorDescriptionQueryInfo(QueryId queryId, SessionRepresentation session, QueryState state, MemoryPoolId memoryPool, boolean scheduled, URI self, List<String> fieldNames, String query, Optional<String> preparedQuery, QueryStats queryStats, Optional<String> setCatalog, Optional<String> setSchema, Optional<String> setPath, Map<String, String> setSessionProperties, Set<String> resetSessionProperties, Map<String, SelectedRole> setRoles, Map<String, String> addedPreparedStatements, Set<String> deallocatedPreparedStatements, Optional<TransactionId> startedTransactionId, boolean clearTransactionId, String updateType, Optional<StageInfo> outputStage, ExecutionFailureInfo failureInfo, ErrorCode errorCode, List<TrinoWarning> warnings, Set<Input> inputs, Optional<Output> output, List<TableInfo> referencedTables, List<RoutineInfo> routines, boolean completeInfo, Optional<ResourceGroupId> resourceGroupId, Optional<QueryType> queryType) -
Uses of SessionRepresentation in io.trino.server
Methods in io.trino.server that return SessionRepresentationConstructors in io.trino.server with parameters of type SessionRepresentationModifierConstructorDescriptionBasicQueryInfo(QueryId queryId, SessionRepresentation session, Optional<ResourceGroupId> resourceGroupId, QueryState state, MemoryPoolId memoryPool, boolean scheduled, URI self, String query, Optional<String> updateType, Optional<String> preparedQuery, BasicQueryStats queryStats, ErrorType errorType, ErrorCode errorCode, Optional<QueryType> queryType) TaskUpdateRequest(SessionRepresentation session, Map<String, String> extraCredentials, Optional<PlanFragment> fragment, List<TaskSource> sources, OutputBuffers outputIds, Map<DynamicFilterId, Domain> dynamicFilterDomains)