DatasetStatisticsExt

Trait DatasetStatisticsExt 

Source
pub trait DatasetStatisticsExt {
    // Required method
    fn calculate_data_stats(
        self: &Arc<Self>,
    ) -> impl Future<Output = Result<DataStatistics>> + Send;
}

Required Methods§

Source

fn calculate_data_stats( self: &Arc<Self>, ) -> impl Future<Output = Result<DataStatistics>> + Send

Get statistics about the data in the dataset

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§