pub struct TableStatisticalAnalyzer;Implementations§
Source§impl TableStatisticalAnalyzer
impl TableStatisticalAnalyzer
pub fn new() -> Self
pub fn check_constraint( &self, _constraint: &StatisticalConstraint, _table: &ExtractedTable, ) -> RragResult<f32>
Auto Trait Implementations§
impl Freeze for TableStatisticalAnalyzer
impl RefUnwindSafe for TableStatisticalAnalyzer
impl Send for TableStatisticalAnalyzer
impl Sync for TableStatisticalAnalyzer
impl Unpin for TableStatisticalAnalyzer
impl UnwindSafe for TableStatisticalAnalyzer
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