| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
QueryStagePlanNode |
QueryStagePlanNode.clone() |
QueryStagePlanNode |
QueryStage.getQueryStagePlan()
Stage plan information such as name, identifier, sub plans, and source stages.
|
QueryStagePlanNode |
QueryStagePlanNode.withChildren(Collection<QueryStagePlanNode> children)
Stage plan information such as name, identifier, sub plans, and remote sources of child plan nodes/
|
QueryStagePlanNode |
QueryStagePlanNode.withChildren(QueryStagePlanNode... children)
Stage plan information such as name, identifier, sub plans, and remote sources of child plan nodes/
|
QueryStagePlanNode |
QueryStagePlanNode.withIdentifier(String identifier)
Information about the operation this query stage plan node is performing.
|
QueryStagePlanNode |
QueryStagePlanNode.withName(String name)
Name of the query stage plan that describes the operation this stage is performing as part of query execution.
|
QueryStagePlanNode |
QueryStagePlanNode.withRemoteSources(Collection<String> remoteSources)
Source plan node IDs.
|
QueryStagePlanNode |
QueryStagePlanNode.withRemoteSources(String... remoteSources)
Source plan node IDs.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryStagePlanNode> |
QueryStagePlanNode.getChildren()
Stage plan information such as name, identifier, sub plans, and remote sources of child plan nodes/
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryStage.setQueryStagePlan(QueryStagePlanNode queryStagePlan)
Stage plan information such as name, identifier, sub plans, and source stages.
|
QueryStagePlanNode |
QueryStagePlanNode.withChildren(QueryStagePlanNode... children)
Stage plan information such as name, identifier, sub plans, and remote sources of child plan nodes/
|
QueryStage |
QueryStage.withQueryStagePlan(QueryStagePlanNode queryStagePlan)
Stage plan information such as name, identifier, sub plans, and source stages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryStagePlanNode.setChildren(Collection<QueryStagePlanNode> children)
Stage plan information such as name, identifier, sub plans, and remote sources of child plan nodes/
|
QueryStagePlanNode |
QueryStagePlanNode.withChildren(Collection<QueryStagePlanNode> children)
Stage plan information such as name, identifier, sub plans, and remote sources of child plan nodes/
|
Copyright © 2022. All rights reserved.