Skip to main content

load_table

Function load_table 

Source
pub async fn load_table(
    catalog: &dyn Catalog,
    namespace: &str,
    table_name: &str,
) -> Result<Table, ConnectorError>
Expand description

Loads an Iceberg table from the catalog.

ยงErrors

Returns ConnectorError::ReadError if the table cannot be loaded.