Struct kudu::PartitionSchema
[−]
[src]
pub struct PartitionSchema { /* fields omitted */ }
Methods
impl PartitionSchema
[src]
fn range_partition_schema(&self) -> &RangePartitionSchema
fn hash_partition_schemas(&self) -> &[HashPartitionSchema]
Trait Implementations
impl Clone for PartitionSchema
[src]
fn clone(&self) -> PartitionSchema
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 PartitionSchema
[src]
impl PartialEq for PartitionSchema
[src]
fn eq(&self, __arg_0: &PartitionSchema) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &PartitionSchema) -> bool
This method tests for !=
.