Skip to main content

load_table_stats

Function load_table_stats 

Source
pub async fn load_table_stats(
    object_store: &ObjectStore,
    namespace: &DatasetNamespace,
) -> Result<TableStats, DatasetEngineError>
Expand description

Load stats from a Delta table’s transaction log without scanning data.

For inactive tables (no engine loaded), this transiently loads the Delta log. For active tables, prefer reading from the engine’s DeltaTable directly.