Struct kudu::Table
[−]
[src]
pub struct Table { /* fields omitted */ }
Methods
impl Table
[src]
fn name(&self) -> &str
fn id(&self) -> &TableId
fn schema(&self) -> &Schema
fn partition_schema(&self) -> &PartitionSchema
fn num_replicas(&self) -> u32
fn new_writer(&self, config: WriterConfig) -> Writer
fn list_tablets(&self, deadline: Instant) -> Result<Vec<Tablet>>
Trait Implementations
impl Clone for Table
[src]
fn clone(&self) -> Table
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