Enum kudu_pb::common::EncodingType [] [src]

pub enum EncodingType {
    UNKNOWN_ENCODING,
    AUTO_ENCODING,
    PLAIN_ENCODING,
    PREFIX_ENCODING,
    GROUP_VARINT,
    RLE,
    DICT_ENCODING,
    BIT_SHUFFLE,
}

Variants

Trait Implementations

impl Clone for EncodingType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 Debug for EncodingType
[src]

Formats the value using the given formatter.

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.

impl ProtobufEnum for EncodingType
[src]

impl Copy for EncodingType
[src]

impl ProtobufValue for EncodingType
[src]