Trait rlink_connector_clickhouse::clickhouse_sink::ClickhouseBatch[][src]

pub trait ClickhouseBatch: Send + Sync {
    fn append(&mut self, record: Record);
fn flush(&mut self) -> CkBlock; }

Required methods

fn append(&mut self, record: Record)[src]

fn flush(&mut self) -> CkBlock[src]

Loading content...

Implementors

Loading content...