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.