| Package | Description |
|---|---|
| com.facebook.presto.spi | |
| com.facebook.presto.spi.connector | |
| com.facebook.presto.spi.prerequisites |
| Modifier and Type | Field and Description |
|---|---|
static WarningCollector |
WarningCollector.NOOP |
| Modifier and Type | Method and Description |
|---|---|
WarningCollector |
ConnectorSession.getWarningCollector() |
| Modifier and Type | Method and Description |
|---|---|
WarningCollector |
ConnectorSplitManager.SplitSchedulingContext.getWarningCollector() |
| Constructor and Description |
|---|
SplitSchedulingContext(ConnectorSplitManager.SplitSchedulingStrategy splitSchedulingStrategy,
boolean schedulerUsesHostAddresses,
WarningCollector warningCollector) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<?> |
QueryPrerequisites.waitForPrerequisites(QueryId queryId,
QueryPrerequisitesContext context,
WarningCollector warningCollector)
Given the query context, implementations can perform actions or ensure that all conditions
are ready for the query to execute.
|
Copyright © 2012–2022. All rights reserved.