Struct kudu::Partition [] [src]

pub struct Partition { /* fields omitted */ }

Methods

impl Partition
[src]

Formats the range partition.

VALUES = 123 VALUES = (123, 456) 123 <= VALUES < 999 (123, 456) <= VALUES < (789, 102)

Trait Implementations

impl Clone for Partition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Partition
[src]

Formats the value using the given formatter.

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