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
pub fn flush_batch(
conn: &Connection,
batch: &mut InsertBatch,
stats: &mut ImportStats,
failed_tables: &mut HashSet<String>,
) -> Result<()>Flush a batch using DuckDB’s Appender API with transactional fallback