Trait rlink_connector_clickhouse::clickhouse_sink::ClickhouseConverter[][src]

pub trait ClickhouseConverter: Send + Sync {
    fn create_batch(&self, batch_size: usize) -> Box<dyn ClickhouseBatch>;
}

Required methods

Implementors