| Package | Description |
|---|---|
| com.facebook.presto.spi | |
| com.facebook.presto.spi.eventlistener |
| Modifier and Type | Method and Description |
|---|---|
List<PrestoWarning> |
WarningCollector.getWarnings() |
| Modifier and Type | Method and Description |
|---|---|
void |
WarningCollector.add(PrestoWarning warning) |
| Modifier and Type | Method and Description |
|---|---|
List<PrestoWarning> |
QueryCompletedEvent.getWarnings() |
| Constructor and Description |
|---|
QueryCompletedEvent(QueryMetadata metadata,
QueryStatistics statistics,
QueryContext context,
QueryIOMetadata ioMetadata,
Optional<QueryFailureInfo> failureInfo,
List<PrestoWarning> warnings,
Optional<QueryType> queryType,
List<String> failedTasks,
Instant createTime,
Instant executionStartTime,
Instant endTime,
List<StageStatistics> stageStatistics,
List<OperatorStatistics> operatorStatistics,
List<PlanStatisticsWithSourceInfo> planStatisticsRead,
List<PlanStatisticsWithSourceInfo> planStatisticsWritten,
Optional<String> expandedQuery) |
Copyright © 2012–2022. All rights reserved.