pub struct DatasetPlan { /* private fields */ }Implementations§
Source§impl DatasetPlan
impl DatasetPlan
pub fn composite_unique(&self) -> &[CompositeUniquePlan]
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§fn clone(&self) -> DatasetPlan
fn clone(&self) -> DatasetPlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DatasetPlan
impl Debug for DatasetPlan
Source§impl Default for DatasetPlan
impl Default for DatasetPlan
Source§fn default() -> DatasetPlan
fn default() -> DatasetPlan
Returns the “default value” for a type. Read more
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