Class: Aws::LakeFormation::Types::PlanningStatistics

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lakeformation/types.rb

Overview

Statistics related to the processing of a query statement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_data_to_scan_bytesInteger

An estimate of the data that was scanned in bytes.

Returns:

  • (Integer)


2792
2793
2794
2795
2796
2797
2798
2799
# File 'lib/aws-sdk-lakeformation/types.rb', line 2792

class PlanningStatistics < Struct.new(
  :estimated_data_to_scan_bytes,
  :planning_time_millis,
  :queue_time_millis,
  :work_units_generated_count)
  SENSITIVE = []
  include Aws::Structure
end

#planning_time_millisInteger

The time that it took to process the request.

Returns:

  • (Integer)


2792
2793
2794
2795
2796
2797
2798
2799
# File 'lib/aws-sdk-lakeformation/types.rb', line 2792

class PlanningStatistics < Struct.new(
  :estimated_data_to_scan_bytes,
  :planning_time_millis,
  :queue_time_millis,
  :work_units_generated_count)
  SENSITIVE = []
  include Aws::Structure
end

#queue_time_millisInteger

The time the request was in queue to be processed.

Returns:

  • (Integer)


2792
2793
2794
2795
2796
2797
2798
2799
# File 'lib/aws-sdk-lakeformation/types.rb', line 2792

class PlanningStatistics < Struct.new(
  :estimated_data_to_scan_bytes,
  :planning_time_millis,
  :queue_time_millis,
  :work_units_generated_count)
  SENSITIVE = []
  include Aws::Structure
end

#work_units_generated_countInteger

The number of work units generated.

Returns:

  • (Integer)


2792
2793
2794
2795
2796
2797
2798
2799
# File 'lib/aws-sdk-lakeformation/types.rb', line 2792

class PlanningStatistics < Struct.new(
  :estimated_data_to_scan_bytes,
  :planning_time_millis,
  :queue_time_millis,
  :work_units_generated_count)
  SENSITIVE = []
  include Aws::Structure
end