pub struct DatasetPlan { /* private fields */ }Implementations§
Source§impl DatasetPlan
impl DatasetPlan
pub fn balance_equal(&self) -> &[BalanceEqualPlan]
pub fn dominant_value(&self) -> &[DominantValuePlan]
pub fn row_count_delta(&self) -> &[RowCountDeltaPlan]
pub fn conditional_unique(&self) -> &[ConditionalUniquePlan]
pub fn statistics(&self) -> &[StatisticPlan]
pub fn sums(&self) -> &[SumPlan]
pub fn mutually_exclusive(&self) -> &[MutuallyExclusivePlan]
pub fn gap_detection(&self) -> &[GapDetectionPlan]
pub fn monotonicity(&self) -> &[MonotonicityPlan]
pub fn composite_unique(&self) -> &[CompositeUniquePlan]
pub fn references(&self) -> &[ReferencePlan]
pub const fn row_count(&self) -> Option<&CountRangeAst>
pub fn null_ratios(&self) -> &[RatioPlan]
pub fn distinct_counts(&self) -> &[CountPlan]
pub fn distinct_ratios(&self) -> &[RatioPlan]
Trait Implementations§
Source§impl Clone for DatasetPlan
impl Clone for DatasetPlan
Source§impl Debug for DatasetPlan
impl Debug for DatasetPlan
Auto Trait Implementations§
impl Freeze for DatasetPlan
impl RefUnwindSafe for DatasetPlan
impl Send for DatasetPlan
impl Sync for DatasetPlan
impl Unpin for DatasetPlan
impl UnsafeUnpin for DatasetPlan
impl UnwindSafe for DatasetPlan
Blanket Implementations§
impl<T> Allocation for T
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