Enum datafusion_proto_common::generated::datafusion_proto_common::parquet_options::MaxStatisticsSizeOpt
source · pub enum MaxStatisticsSizeOpt {
MaxStatisticsSize(u64),
}Variants§
Implementations§
source§impl MaxStatisticsSizeOpt
impl MaxStatisticsSizeOpt
sourcepub fn merge<B>(
field: &mut Option<MaxStatisticsSizeOpt>,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext,
) -> Result<(), DecodeError>where
B: Buf,
pub fn merge<B>(
field: &mut Option<MaxStatisticsSizeOpt>,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext,
) -> Result<(), DecodeError>where
B: Buf,
Decodes an instance of the message from a buffer, and merges it into self.
sourcepub fn encoded_len(&self) -> usize
pub fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
Trait Implementations§
source§impl Clone for MaxStatisticsSizeOpt
impl Clone for MaxStatisticsSizeOpt
source§fn clone(&self) -> MaxStatisticsSizeOpt
fn clone(&self) -> MaxStatisticsSizeOpt
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 Debug for MaxStatisticsSizeOpt
impl Debug for MaxStatisticsSizeOpt
source§impl PartialEq for MaxStatisticsSizeOpt
impl PartialEq for MaxStatisticsSizeOpt
source§fn eq(&self, other: &MaxStatisticsSizeOpt) -> bool
fn eq(&self, other: &MaxStatisticsSizeOpt) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for MaxStatisticsSizeOpt
Auto Trait Implementations§
impl Freeze for MaxStatisticsSizeOpt
impl RefUnwindSafe for MaxStatisticsSizeOpt
impl Send for MaxStatisticsSizeOpt
impl Sync for MaxStatisticsSizeOpt
impl Unpin for MaxStatisticsSizeOpt
impl UnwindSafe for MaxStatisticsSizeOpt
Blanket Implementations§
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