| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
QueryStage |
QueryRuntimeStatistics.outputStage()
Stage statistics such as input and output rows and bytes, execution time, and stage state.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryStage> |
QueryStage.subStages()
List of sub query stages that form this stage execution plan.
|
| Modifier and Type | Method and Description |
|---|---|
QueryRuntimeStatistics.Builder |
QueryRuntimeStatistics.Builder.outputStage(QueryStage outputStage)
Stage statistics such as input and output rows and bytes, execution time, and stage state.
|
QueryStage.Builder |
QueryStage.Builder.subStages(QueryStage... subStages)
List of sub query stages that form this stage execution plan.
|
| Modifier and Type | Method and Description |
|---|---|
QueryStage.Builder |
QueryStage.Builder.subStages(Collection<QueryStage> subStages)
List of sub query stages that form this stage execution plan.
|
Copyright © 2023. All rights reserved.