| 698 | } |
| 699 | |
| 700 | void DmlExecState::AddCreatedFile(const OutputPartition& partition, bool is_iceberg, |
| 701 | const IcebergFileStats& insert_stats) { |
| 702 | AddFileAux(partition, is_iceberg, insert_stats, /*is_delete=*/false); |
| 703 | } |
| 704 | |
| 705 | void DmlExecState::AddCreatedDeleteFile(const OutputPartition& partition, |
| 706 | const IcebergFileStats& insert_stats) { |
no outgoing calls
no test coverage detected