Class: Aws::Athena::Types::QueryRuntimeStatisticsRows
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::QueryRuntimeStatisticsRows
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Statistics such as input rows and bytes read by the query, rows and bytes output by the query, and the number of rows written by the query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_bytes ⇒ Integer
The number of bytes read to execute the query.
-
#input_rows ⇒ Integer
The number of rows read to execute the query.
-
#output_bytes ⇒ Integer
The number of bytes returned by the query.
-
#output_rows ⇒ Integer
The number of rows returned by the query.
Instance Attribute Details
#input_bytes ⇒ Integer
The number of bytes read to execute the query.
3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3805 class QueryRuntimeStatisticsRows < Struct.new( :input_rows, :input_bytes, :output_bytes, :output_rows) SENSITIVE = [] include Aws::Structure end |
#input_rows ⇒ Integer
The number of rows read to execute the query.
3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3805 class QueryRuntimeStatisticsRows < Struct.new( :input_rows, :input_bytes, :output_bytes, :output_rows) SENSITIVE = [] include Aws::Structure end |
#output_bytes ⇒ Integer
The number of bytes returned by the query.
3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3805 class QueryRuntimeStatisticsRows < Struct.new( :input_rows, :input_bytes, :output_bytes, :output_rows) SENSITIVE = [] include Aws::Structure end |
#output_rows ⇒ Integer
The number of rows returned by the query.
3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3805 class QueryRuntimeStatisticsRows < Struct.new( :input_rows, :input_bytes, :output_bytes, :output_rows) SENSITIVE = [] include Aws::Structure end |