Enum parquet::basic::Compression [−][src]
pub enum Compression {
UNCOMPRESSED,
SNAPPY,
GZIP,
LZO,
BROTLI,
LZ4,
ZSTD,
}Supported compression algorithms.
Variants
UNCOMPRESSEDSNAPPYGZIPLZOBROTLILZ4ZSTD
Trait Implementations
impl Debug for Compression[src]
impl Debug for Compressionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Compression[src]
impl Clone for Compressionfn clone(&self) -> Compression[src]
fn clone(&self) -> CompressionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Compression[src]
impl Copy for Compressionimpl PartialEq for Compression[src]
impl PartialEq for Compressionfn eq(&self, other: &Compression) -> bool[src]
fn eq(&self, other: &Compression) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Display for Compression[src]
impl Display for Compressionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<CompressionCodec> for Compression[src]
impl From<CompressionCodec> for CompressionAuto Trait Implementations
impl Send for Compression
impl Send for Compressionimpl Sync for Compression
impl Sync for Compression