Uses of Class
io.prestosql.execution.QueryStats
-
Packages that use QueryStats Package Description io.prestosql.execution io.prestosql.server -
-
Uses of QueryStats in io.prestosql.execution
Methods in io.prestosql.execution that return QueryStats Modifier and Type Method Description QueryStatsQueryInfo. getQueryStats()Constructors in io.prestosql.execution with parameters of type QueryStats 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<PrestoWarning> warnings, Set<Input> inputs, Optional<Output> output, List<TableInfo> referencedTables, List<RoutineInfo> routines, boolean completeInfo, Optional<ResourceGroupId> resourceGroupId, Optional<QueryType> queryType) -
Uses of QueryStats in io.prestosql.server
Constructors in io.prestosql.server with parameters of type QueryStats Constructor Description BasicQueryStats(QueryStats queryStats)
-