Uses of Class
software.amazon.awssdk.services.athena.model.QueryStage
-
Packages that use QueryStage Package Description software.amazon.awssdk.services.athena.model -
-
Uses of QueryStage in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return QueryStage Modifier and Type Method Description QueryStageQueryRuntimeStatistics. outputStage()Stage statistics such as input and output rows and bytes, execution time, and stage state.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type QueryStage Modifier and Type Method Description List<QueryStage>QueryStage. subStages()List of sub query stages that form this stage execution plan.Methods in software.amazon.awssdk.services.athena.model with parameters of type QueryStage Modifier and Type Method Description QueryRuntimeStatistics.BuilderQueryRuntimeStatistics.Builder. outputStage(QueryStage outputStage)Stage statistics such as input and output rows and bytes, execution time, and stage state.QueryStage.BuilderQueryStage.Builder. subStages(QueryStage... subStages)List of sub query stages that form this stage execution plan.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type QueryStage Modifier and Type Method Description QueryStage.BuilderQueryStage.Builder. subStages(Collection<QueryStage> subStages)List of sub query stages that form this stage execution plan.
-