get_table_stats

Function get_table_stats 

Source
pub async fn get_table_stats(
    configuration: &Configuration,
    id: &str,
    get_table_stats_request: GetTableStatsRequest,
    delimiter: Option<&str>,
) -> Result<GetTableStatsResponse, Error<GetTableStatsError>>
Expand description

Get statistics for table id, including row counts, data sizes, and column statistics.