Uses of Class
io.trino.SessionRepresentation
-
Packages that use SessionRepresentation Package Description io.trino io.trino.execution io.trino.server -
-
Uses of SessionRepresentation in io.trino
Methods in io.trino that return SessionRepresentation Modifier and Type Method Description SessionRepresentationSession. toSessionRepresentation() -
Uses of SessionRepresentation in io.trino.execution
Methods in io.trino.execution that return SessionRepresentation Modifier and Type Method Description SessionRepresentationQueryInfo. getSession()Constructors in io.trino.execution with parameters of type SessionRepresentation Constructor Description QueryInfo(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 SessionRepresentation Modifier and Type Method Description SessionRepresentationBasicQueryInfo. getSession()SessionRepresentationTaskUpdateRequest. getSession()Constructors in io.trino.server with parameters of type SessionRepresentation Constructor Description BasicQueryInfo(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)
-