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

Method AddCreatedFile

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

Source from the content-addressed store, hash-verified

698}
699
700void 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
705void DmlExecState::AddCreatedDeleteFile(const OutputPartition& partition,
706 const IcebergFileStats& insert_stats) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected