Struct kudu::Writer
[−]
[src]
pub struct Writer { /* fields omitted */ }
Methods
impl Writer
[src]
fn insert(&self, row: Row)
fn update(&self, row: Row)
fn upsert(&self, row: Row)
fn delete(&self, row: Row)
fn apply(&self, row: Row, op_type: OperationType)
fn flush<F>(&self, cb: F) where F: FnOnce(FlushStats) + Send + 'static
Flush the Writer
. The provided callback is called with statistics about the flush when
it compeletes.
Trait Implementations
impl Clone for Writer
[src]
fn clone(&self) -> Writer
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