Collect Statistics

Collect statistics for a column(s) in a specified table.

Input Parameter Description

NameTypeDescription
table_namestringName of a table, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table.
column_namesarray of stringsList of one or more column names in input parameter table_name for which to collect statistics (cardinality, mean value, etc.).
optionsmap of string to stringsOptional parameters. The default value is an empty map ( {} ).

Output Parameter Description

NameTypeDescription
table_namestringValue of input parameter table_name.
column_namesarray of stringsValue of input parameter column_names.
infomap of string to stringsAdditional information.