pub(crate) async fn snapshot_statistics(
id: GlobalId,
upper: Antichain<Timestamp>,
storage_collections: &Arc<dyn StorageCollections + Send + Sync>,
) -> Vec<Row>Expand description
Get the current rows in the given statistics table. This is used to bootstrap the statistics tasks.