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.



947
948
949
# File 'sig/types.rbs', line 947

def binary_column_statistics_data
  @binary_column_statistics_data
end

#boolean_column_statistics_dataTypes::BooleanColumnStatisticsData

Returns the value of attribute boolean_column_statistics_data.



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

def boolean_column_statistics_data
  @boolean_column_statistics_data
end

#date_column_statistics_dataTypes::DateColumnStatisticsData

Returns the value of attribute date_column_statistics_data.



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

def date_column_statistics_data
  @date_column_statistics_data
end

#decimal_column_statistics_dataTypes::DecimalColumnStatisticsData

Returns the value of attribute decimal_column_statistics_data.



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

def decimal_column_statistics_data
  @decimal_column_statistics_data
end

#double_column_statistics_dataTypes::DoubleColumnStatisticsData

Returns the value of attribute double_column_statistics_data.



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

def double_column_statistics_data
  @double_column_statistics_data
end

#long_column_statistics_dataTypes::LongColumnStatisticsData

Returns the value of attribute long_column_statistics_data.



945
946
947
# File 'sig/types.rbs', line 945

def long_column_statistics_data
  @long_column_statistics_data
end

#string_column_statistics_dataTypes::StringColumnStatisticsData

Returns the value of attribute string_column_statistics_data.



946
947
948
# File 'sig/types.rbs', line 946

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")


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

def type
  @type
end