Enum kudu::EncodingType [] [src]

pub enum EncodingType {
    Auto,
    Plain,
    Prefix,
    GroupVarint,
    RunLength,
    Dictionary,
    BitShuffle,
}

Variants

Trait Implementations

impl Debug for EncodingType
[src]

Formats the value using the given formatter.

impl Clone for EncodingType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EncodingType
[src]

impl PartialEq for EncodingType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for EncodingType
[src]

impl Hash for EncodingType
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.