Struct kudu_pb::common::PartitionPB
[−]
[src]
pub struct PartitionPB { /* fields omitted */ }
Methods
impl PartitionPB
[src]
fn new() -> PartitionPB
fn default_instance() -> &'static PartitionPB
fn clear_hash_buckets(&mut self)
fn set_hash_buckets(&mut self, v: Vec<i32>)
fn mut_hash_buckets(&mut self) -> &mut Vec<i32>
fn take_hash_buckets(&mut self) -> Vec<i32>
fn get_hash_buckets(&self) -> &[i32]
fn clear_partition_key_start(&mut self)
fn has_partition_key_start(&self) -> bool
fn set_partition_key_start(&mut self, v: Vec<u8>)
fn mut_partition_key_start(&mut self) -> &mut Vec<u8>
fn take_partition_key_start(&mut self) -> Vec<u8>
fn get_partition_key_start(&self) -> &[u8]
fn clear_partition_key_end(&mut self)
fn has_partition_key_end(&self) -> bool
fn set_partition_key_end(&mut self, v: Vec<u8>)
fn mut_partition_key_end(&mut self) -> &mut Vec<u8>
fn take_partition_key_end(&mut self) -> Vec<u8>
fn get_partition_key_end(&self) -> &[u8]
Trait Implementations
impl PartialEq for PartitionPB
[src]
fn eq(&self, __arg_0: &PartitionPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &PartitionPB) -> bool
This method tests for !=
.
impl Clone for PartitionPB
[src]
fn clone(&self) -> PartitionPB
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Default for PartitionPB
[src]
fn default() -> PartitionPB
Returns the "default value" for a type. Read more