Class: Aws::Types::ColumnStatisticsData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#binary_column_statistics_dataTypes::BinaryColumnStatisticsData

Returns the value of attribute binary_column_statistics_data.



943
944
945
# File 'sig/types.rbs', line 943

def binary_column_statistics_data
  @binary_column_statistics_data
end

#boolean_column_statistics_dataTypes::BooleanColumnStatisticsData

Returns the value of attribute boolean_column_statistics_data.



937
938
939
# File 'sig/types.rbs', line 937

def boolean_column_statistics_data
  @boolean_column_statistics_data
end

#date_column_statistics_dataTypes::DateColumnStatisticsData

Returns the value of attribute date_column_statistics_data.



938
939
940
# File 'sig/types.rbs', line 938

def date_column_statistics_data
  @date_column_statistics_data
end

#decimal_column_statistics_dataTypes::DecimalColumnStatisticsData

Returns the value of attribute decimal_column_statistics_data.



939
940
941
# File 'sig/types.rbs', line 939

def decimal_column_statistics_data
  @decimal_column_statistics_data
end

#double_column_statistics_dataTypes::DoubleColumnStatisticsData

Returns the value of attribute double_column_statistics_data.



940
941
942
# File 'sig/types.rbs', line 940

def double_column_statistics_data
  @double_column_statistics_data
end

#long_column_statistics_dataTypes::LongColumnStatisticsData

Returns the value of attribute long_column_statistics_data.



941
942
943
# File 'sig/types.rbs', line 941

def long_column_statistics_data
  @long_column_statistics_data
end

#string_column_statistics_dataTypes::StringColumnStatisticsData

Returns the value of attribute string_column_statistics_data.



942
943
944
# File 'sig/types.rbs', line 942

def string_column_statistics_data
  @string_column_statistics_data
end

#type"BOOLEAN", ...

Returns the value of attribute type.

Returns:

  • ("BOOLEAN", "DATE", "DECIMAL", "DOUBLE", "LONG", "STRING", "BINARY")


936
937
938
# File 'sig/types.rbs', line 936

def type
  @type
end