show_statistics
Show details of a table statistic in Microsoft Fabric, returning the stat header, density vector, and histogram steps via DBCC SHOW_STATISTICS. Supports Data Warehouses and SQL Analytics Endpoints.
Instructions
Show details of a statistic using DBCC SHOW_STATISTICS.
Returns the stat header, density vector, and histogram steps. Both Data Warehouses and SQL Analytics Endpoints are supported.
Args:
workspace: Workspace name or GUID.
item: Warehouse or SQL endpoint name or GUID.
qualified_table: Qualified table name, e.g. dbo.sales.
stat_name: The name of the statistic to show.
histogram_only: When True, return only the histogram steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | ||
| item | Yes | ||
| qualified_table | Yes | ||
| stat_name | Yes | ||
| histogram_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||