pub struct StatisticsCalculator;Expand description
Statistics calculator
Implementations§
Source§impl StatisticsCalculator
impl StatisticsCalculator
Sourcepub fn calculate(&self, table: &ExtractedTable) -> RragResult<TableStatistics>
pub fn calculate(&self, table: &ExtractedTable) -> RragResult<TableStatistics>
Calculate table statistics
Auto Trait Implementations§
impl Freeze for StatisticsCalculator
impl RefUnwindSafe for StatisticsCalculator
impl Send for StatisticsCalculator
impl Sync for StatisticsCalculator
impl Unpin for StatisticsCalculator
impl UnwindSafe for StatisticsCalculator
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more