Gets a map with the display name of statistics as keys and the numeric stat as a value.
A map of each statistic's name to its value.
Map of String and Object
Gets a map with the name of each unique value as key and the count as the value. A map of each unique value's name to the count of how many times it occurred in the column. This map will be empty for tables containing more than 19 unique values.
Map of String double
Represents statistics for a given table column.