Struct parquet::compression::SnappyCodec[][src]

pub struct SnappyCodec { /* fields omitted */ }
Expand description

Codec for Snappy compression format.

Trait Implementations

Decompresses data stored in slice input_buf and writes output to output_buf. Returns the total number of bytes written. Read more

Compresses data stored in slice input_buf and writes the compressed result to output_buf. Note that you’ll need to call clear() before reusing the same output_buf across different compress calls. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.