| 703 | } |
| 704 | |
| 705 | void DmlExecState::AddCreatedDeleteFile(const OutputPartition& partition, |
| 706 | const IcebergFileStats& insert_stats) { |
| 707 | AddFileAux(partition, /*is_iceberg=*/true, insert_stats, /*is_delete=*/true); |
| 708 | } |
| 709 | |
| 710 | // Helper function to add puffin file entries with deletion vectors. |
| 711 | // Creates one FbIcebergDataFile entry per data file that has deletion vectors. |
no outgoing calls
no test coverage detected