Retrieves the collected column statistics for the specified table(s).
Input Parameter Description
Name | Type | Description | ||||
---|---|---|---|---|---|---|
table_names | array of strings | Names of tables whose metadata will be fetched, each in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned. | ||||
options | map of string to strings | Optional parameters. The default value is an empty map ( {} ).
|
Output Parameter Description
Name | Type | Description |
---|---|---|
table_names | array of strings | Value of input parameter table_names. |
stastistics_map | array of arrays of maps of string to strings | A list of maps which contain the column statistics of the table input parameter table_names. |
info | map of string to strings | Additional information. |