| Package | Description |
|---|---|
| io.prestosql.server |
| Modifier and Type | Method and Description |
|---|---|
static QueryProgressStats |
QueryProgressStats.createQueryProgressStats(BasicQueryStats queryStats) |
| Modifier and Type | Method and Description |
|---|---|
Optional<QueryProgressStats> |
QueryStateInfo.getProgress() |
| Constructor and Description |
|---|
QueryStateInfo(QueryId queryId,
QueryState queryState,
Optional<ResourceGroupId> resourceGroupId,
String query,
org.joda.time.DateTime createTime,
String user,
Optional<String> source,
Optional<String> clientInfo,
Optional<String> catalog,
Optional<String> schema,
Optional<List<ResourceGroupInfo>> pathToRoot,
Optional<QueryProgressStats> progress) |
Copyright © 2012–2019. All rights reserved.