#[non_exhaustive]pub struct GetColumnStatisticsForPartitionOutput { /* private fields */ }Implementations§
source§impl GetColumnStatisticsForPartitionOutput
impl GetColumnStatisticsForPartitionOutput
sourcepub fn column_statistics_list(&self) -> Option<&[ColumnStatistics]>
pub fn column_statistics_list(&self) -> Option<&[ColumnStatistics]>
List of ColumnStatistics that failed to be retrieved.
sourcepub fn errors(&self) -> Option<&[ColumnError]>
pub fn errors(&self) -> Option<&[ColumnError]>
Error occurred during retrieving column statistics data.
source§impl GetColumnStatisticsForPartitionOutput
impl GetColumnStatisticsForPartitionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetColumnStatisticsForPartitionOutput.
Trait Implementations§
source§impl Clone for GetColumnStatisticsForPartitionOutput
impl Clone for GetColumnStatisticsForPartitionOutput
source§fn clone(&self) -> GetColumnStatisticsForPartitionOutput
fn clone(&self) -> GetColumnStatisticsForPartitionOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<GetColumnStatisticsForPartitionOutput> for GetColumnStatisticsForPartitionOutput
impl PartialEq<GetColumnStatisticsForPartitionOutput> for GetColumnStatisticsForPartitionOutput
source§fn eq(&self, other: &GetColumnStatisticsForPartitionOutput) -> bool
fn eq(&self, other: &GetColumnStatisticsForPartitionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.