Class: Aws::Glue::Types::ColumnStatistics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Represents the generated column-level statistics for a table or partition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzed_timeTime

The timestamp of when column statistics were generated.

Returns:

  • (Time)


2637
2638
2639
2640
2641
2642
2643
2644
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2637

class ColumnStatistics < Struct.new(
  :column_name,
  :column_type,
  :analyzed_time,
  :statistics_data)
  SENSITIVE = []
  include Aws::Structure
end

#column_nameString

Name of column which statistics belong to.

Returns:

  • (String)


2637
2638
2639
2640
2641
2642
2643
2644
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2637

class ColumnStatistics < Struct.new(
  :column_name,
  :column_type,
  :analyzed_time,
  :statistics_data)
  SENSITIVE = []
  include Aws::Structure
end

#column_typeString

The data type of the column.

Returns:

  • (String)


2637
2638
2639
2640
2641
2642
2643
2644
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2637

class ColumnStatistics < Struct.new(
  :column_name,
  :column_type,
  :analyzed_time,
  :statistics_data)
  SENSITIVE = []
  include Aws::Structure
end

#statistics_dataTypes::ColumnStatisticsData

A ColumnStatisticData object that contains the statistics data values.



2637
2638
2639
2640
2641
2642
2643
2644
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2637

class ColumnStatistics < Struct.new(
  :column_name,
  :column_type,
  :analyzed_time,
  :statistics_data)
  SENSITIVE = []
  include Aws::Structure
end