Expand description
PhysicalBatchInsert โ dedicated batch insert operator.
Wraps NodeTable::insert_rows_batch() / RelTable::insert_rels_batch()
for use in query plans where multiple CREATE statements can be fused
into a single efficient batch operation.
Structsยง
- Physical
Batch Insert - Physical operator for BATCH INSERT โ inserts pre-collected rows/rels into a table using batch APIs for maximum throughput.