Class: Aws::Athena::Types::QueryStage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::QueryStage
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Stage statistics such as input and output rows and bytes, execution time and stage state. This information also includes substages and the query stage plan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_time ⇒ Integer
Time taken to execute this stage.
-
#input_bytes ⇒ Integer
The number of bytes input into the stage for execution.
-
#input_rows ⇒ Integer
The number of rows input into the stage for execution.
-
#output_bytes ⇒ Integer
The number of bytes output from the stage after execution.
-
#output_rows ⇒ Integer
The number of rows output from the stage after execution.
-
#query_stage_plan ⇒ Types::QueryStagePlanNode
Stage plan information such as name, identifier, sub plans, and source stages.
-
#stage_id ⇒ Integer
The identifier for a stage.
-
#state ⇒ String
State of the stage after query execution.
-
#sub_stages ⇒ Array<Types::QueryStage>
List of sub query stages that form this stage execution plan.
Instance Attribute Details
#execution_time ⇒ Integer
Time taken to execute this stage.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3444 class QueryStage < Struct.new( :stage_id, :state, :output_bytes, :output_rows, :input_bytes, :input_rows, :execution_time, :query_stage_plan, :sub_stages) SENSITIVE = [] include Aws::Structure end |
#input_bytes ⇒ Integer
The number of bytes input into the stage for execution.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3444 class QueryStage < Struct.new( :stage_id, :state, :output_bytes, :output_rows, :input_bytes, :input_rows, :execution_time, :query_stage_plan, :sub_stages) SENSITIVE = [] include Aws::Structure end |
#input_rows ⇒ Integer
The number of rows input into the stage for execution.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3444 class QueryStage < Struct.new( :stage_id, :state, :output_bytes, :output_rows, :input_bytes, :input_rows, :execution_time, :query_stage_plan, :sub_stages) SENSITIVE = [] include Aws::Structure end |
#output_bytes ⇒ Integer
The number of bytes output from the stage after execution.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3444 class QueryStage < Struct.new( :stage_id, :state, :output_bytes, :output_rows, :input_bytes, :input_rows, :execution_time, :query_stage_plan, :sub_stages) SENSITIVE = [] include Aws::Structure end |
#output_rows ⇒ Integer
The number of rows output from the stage after execution.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3444 class QueryStage < Struct.new( :stage_id, :state, :output_bytes, :output_rows, :input_bytes, :input_rows, :execution_time, :query_stage_plan, :sub_stages) SENSITIVE = [] include Aws::Structure end |
#query_stage_plan ⇒ Types::QueryStagePlanNode
Stage plan information such as name, identifier, sub plans, and source stages.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3444 class QueryStage < Struct.new( :stage_id, :state, :output_bytes, :output_rows, :input_bytes, :input_rows, :execution_time, :query_stage_plan, :sub_stages) SENSITIVE = [] include Aws::Structure end |
#stage_id ⇒ Integer
The identifier for a stage.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3444 class QueryStage < Struct.new( :stage_id, :state, :output_bytes, :output_rows, :input_bytes, :input_rows, :execution_time, :query_stage_plan, :sub_stages) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
State of the stage after query execution.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3444 class QueryStage < Struct.new( :stage_id, :state, :output_bytes, :output_rows, :input_bytes, :input_rows, :execution_time, :query_stage_plan, :sub_stages) SENSITIVE = [] include Aws::Structure end |
#sub_stages ⇒ Array<Types::QueryStage>
List of sub query stages that form this stage execution plan.
3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3444 class QueryStage < Struct.new( :stage_id, :state, :output_bytes, :output_rows, :input_bytes, :input_rows, :execution_time, :query_stage_plan, :sub_stages) SENSITIVE = [] include Aws::Structure end |