Class: Aws::Athena::Types::QueryRuntimeStatisticsRows

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#input_bytesInteger

The number of bytes read to execute the query.

Returns:

  • (Integer)


3513
3514
3515
3516
3517
3518
3519
3520
# File 'lib/aws-sdk-athena/types.rb', line 3513

class QueryRuntimeStatisticsRows < Struct.new(
  :input_rows,
  :input_bytes,
  :output_bytes,
  :output_rows)
  SENSITIVE = []
  include Aws::Structure
end

#input_rowsInteger

The number of rows read to execute the query.

Returns:

  • (Integer)


3513
3514
3515
3516
3517
3518
3519
3520
# File 'lib/aws-sdk-athena/types.rb', line 3513

class QueryRuntimeStatisticsRows < Struct.new(
  :input_rows,
  :input_bytes,
  :output_bytes,
  :output_rows)
  SENSITIVE = []
  include Aws::Structure
end

#output_bytesInteger

The number of bytes returned by the query.

Returns:

  • (Integer)


3513
3514
3515
3516
3517
3518
3519
3520
# File 'lib/aws-sdk-athena/types.rb', line 3513

class QueryRuntimeStatisticsRows < Struct.new(
  :input_rows,
  :input_bytes,
  :output_bytes,
  :output_rows)
  SENSITIVE = []
  include Aws::Structure
end

#output_rowsInteger

The number of rows returned by the query.

Returns:

  • (Integer)


3513
3514
3515
3516
3517
3518
3519
3520
# File 'lib/aws-sdk-athena/types.rb', line 3513

class QueryRuntimeStatisticsRows < Struct.new(
  :input_rows,
  :input_bytes,
  :output_bytes,
  :output_rows)
  SENSITIVE = []
  include Aws::Structure
end