Struct structured::ColumnStatistics
source · [−]pub struct ColumnStatistics {
pub description: Description,
pub n_largest_count: NLargestCount,
}Expand description
Statistical summary of data of the same type.
Fields
description: Descriptionn_largest_count: NLargestCountTrait Implementations
sourceimpl Clone for ColumnStatistics
impl Clone for ColumnStatistics
sourcefn clone(&self) -> ColumnStatistics
fn clone(&self) -> ColumnStatistics
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ColumnStatistics
impl Debug for ColumnStatistics
sourceimpl Default for ColumnStatistics
impl Default for ColumnStatistics
sourcefn default() -> ColumnStatistics
fn default() -> ColumnStatistics
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ColumnStatistics
impl<'de> Deserialize<'de> for ColumnStatistics
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<ColumnStatistics> for ColumnStatistics
impl PartialEq<ColumnStatistics> for ColumnStatistics
sourcefn eq(&self, other: &ColumnStatistics) -> bool
fn eq(&self, other: &ColumnStatistics) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ColumnStatistics) -> bool
fn ne(&self, other: &ColumnStatistics) -> bool
This method tests for !=.
sourceimpl Serialize for ColumnStatistics
impl Serialize for ColumnStatistics
impl StructuralPartialEq for ColumnStatistics
Auto Trait Implementations
impl RefUnwindSafe for ColumnStatistics
impl Send for ColumnStatistics
impl Sync for ColumnStatistics
impl Unpin for ColumnStatistics
impl UnwindSafe for ColumnStatistics
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more