Function get

Source
pub async fn get(
    client: &Client,
    table: &[&str],
) -> Result<Vec<(String, TableMetadata)>>
Expand description

Get metadata for a list of tables.

Returns a vector of tuples containing the table name and its metadata.