Skip to main content

flush_batch

Function flush_batch 

Source
pub fn flush_batch(
    conn: &Connection,
    batch: &mut InsertBatch,
    stats: &mut ImportStats,
    failed_tables: &mut HashSet<String>,
) -> Result<()>
Expand description

Flush a batch using DuckDB’s Appender API with transactional fallback