pub struct RowGroupStatistics {
pub row_count: u64,
pub columns: Vec<ColumnStatistics>,
pub row_id_min: Option<u64>,
pub row_id_max: Option<u64>,
}Expand description
RowGroup 統計情報。
Fields§
§row_count: u64§columns: Vec<ColumnStatistics>§row_id_min: Option<u64>§row_id_max: Option<u64>Trait Implementations§
Source§impl Clone for RowGroupStatistics
impl Clone for RowGroupStatistics
Source§fn clone(&self) -> RowGroupStatistics
fn clone(&self) -> RowGroupStatistics
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RowGroupStatistics
impl Debug for RowGroupStatistics
Source§impl<'de> Deserialize<'de> for RowGroupStatistics
impl<'de> Deserialize<'de> for RowGroupStatistics
Source§fn 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
Source§impl PartialEq for RowGroupStatistics
impl PartialEq for RowGroupStatistics
Source§impl Serialize for RowGroupStatistics
impl Serialize for RowGroupStatistics
impl StructuralPartialEq for RowGroupStatistics
Auto Trait Implementations§
impl Freeze for RowGroupStatistics
impl RefUnwindSafe for RowGroupStatistics
impl Send for RowGroupStatistics
impl Sync for RowGroupStatistics
impl Unpin for RowGroupStatistics
impl UnwindSafe for RowGroupStatistics
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)