Struct aws_sdk_glue::model::BinaryColumnStatisticsData
source · [−]#[non_exhaustive]pub struct BinaryColumnStatisticsData { /* private fields */ }Expand description
Defines column statistics supported for bit sequence data values.
Implementations
sourceimpl BinaryColumnStatisticsData
impl BinaryColumnStatisticsData
sourcepub fn maximum_length(&self) -> i64
pub fn maximum_length(&self) -> i64
The size of the longest bit sequence in the column.
sourcepub fn average_length(&self) -> f64
pub fn average_length(&self) -> f64
The average bit sequence length in the column.
sourcepub fn number_of_nulls(&self) -> i64
pub fn number_of_nulls(&self) -> i64
The number of null values in the column.
sourceimpl BinaryColumnStatisticsData
impl BinaryColumnStatisticsData
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BinaryColumnStatisticsData.
Trait Implementations
sourceimpl Clone for BinaryColumnStatisticsData
impl Clone for BinaryColumnStatisticsData
sourcefn clone(&self) -> BinaryColumnStatisticsData
fn clone(&self) -> BinaryColumnStatisticsData
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 moresourceimpl Debug for BinaryColumnStatisticsData
impl Debug for BinaryColumnStatisticsData
sourceimpl PartialEq<BinaryColumnStatisticsData> for BinaryColumnStatisticsData
impl PartialEq<BinaryColumnStatisticsData> for BinaryColumnStatisticsData
sourcefn eq(&self, other: &BinaryColumnStatisticsData) -> bool
fn eq(&self, other: &BinaryColumnStatisticsData) -> bool
impl StructuralPartialEq for BinaryColumnStatisticsData
Auto Trait Implementations
impl RefUnwindSafe for BinaryColumnStatisticsData
impl Send for BinaryColumnStatisticsData
impl Sync for BinaryColumnStatisticsData
impl Unpin for BinaryColumnStatisticsData
impl UnwindSafe for BinaryColumnStatisticsData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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