Enum kudu_pb::common::PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm [] [src]

pub enum PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm {
    UNKNOWN,
    MURMUR_HASH_2,
}

Variants

Trait Implementations

impl Clone for PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm
[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 PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm
[src]

impl Debug for PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm
[src]

Formats the value using the given formatter.

impl Hash for PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm
[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 PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm
[src]

impl Copy for PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm
[src]

impl ProtobufValue for PartitionSchemaPB_HashBucketSchemaPB_HashAlgorithm
[src]