Skip to main content

write_rows_with

Function write_rows_with 

Source
pub async fn write_rows_with<S, T>(
    sink: &S,
    transformer: Arc<T>,
    rows: Vec<Row>,
    opts: &ApplyOpts,
) -> Result<()>
where S: SurrealSink, T: BatchTransformer + 'static,
Expand description

Like write_rows but accepts any BatchTransformer behind Arc.