Enum datafusion_proto_common::generated::datafusion_proto_common::column_options::CompressionOpt
source · pub enum CompressionOpt {
Compression(String),
}Variants§
Implementations§
source§impl CompressionOpt
impl CompressionOpt
sourcepub fn merge<B>(
field: &mut Option<CompressionOpt>,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext,
) -> Result<(), DecodeError>where
B: Buf,
pub fn merge<B>(
field: &mut Option<CompressionOpt>,
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 CompressionOpt
impl Clone for CompressionOpt
source§fn clone(&self) -> CompressionOpt
fn clone(&self) -> CompressionOpt
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 CompressionOpt
impl Debug for CompressionOpt
source§impl PartialEq for CompressionOpt
impl PartialEq for CompressionOpt
source§fn eq(&self, other: &CompressionOpt) -> bool
fn eq(&self, other: &CompressionOpt) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CompressionOpt
Auto Trait Implementations§
impl Freeze for CompressionOpt
impl RefUnwindSafe for CompressionOpt
impl Send for CompressionOpt
impl Sync for CompressionOpt
impl Unpin for CompressionOpt
impl UnwindSafe for CompressionOpt
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)