describe_table_index_stats

Function describe_table_index_stats 

Source
pub async fn describe_table_index_stats(
    configuration: &Configuration,
    id: &str,
    index_name: &str,
    describe_table_index_stats_request: DescribeTableIndexStatsRequest,
    delimiter: Option<&str>,
) -> Result<DescribeTableIndexStatsResponse, Error<DescribeTableIndexStatsError>>
Expand description

Get statistics for a specific index on a table. Returns information about the index type, distance type (for vector indices), and row counts.