Struct kudu::Partition
[−]
[src]
pub struct Partition { /* fields omitted */ }
Methods
impl Partition
[src]
fn lower_bound_key(&self) -> &[u8]
fn upper_bound_key(&self) -> &[u8]
fn range_lower_bound(&self) -> &Row
fn range_upper_bound(&self) -> &Row
fn hash_partitions(&self) -> &[u32]
fn fmt_range_partition(&self, f: &mut Formatter) -> Result
Formats the range partition.
VALUES = 123 VALUES = (123, 456) 123 <= VALUES < 999 (123, 456) <= VALUES < (789, 102)
Trait Implementations
impl Clone for Partition
[src]
fn clone(&self) -> Partition
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 Debug for Partition
[src]
impl PartialEq for Partition
[src]
fn eq(&self, other: &Partition) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.