MCPcopy Create free account
hub / github.com/apache/impala / AddCreatedDeleteFile

Method AddCreatedDeleteFile

be/src/runtime/dml-exec-state.cc:705–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703}
704
705void 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.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected