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

Method NodeDebugString

be/src/exec/iceberg-delete-node.cc:275–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275string IcebergDeleteNode::NodeDebugString() const {
276 stringstream ss;
277 ss << "IcebergDeleteNode (id=" << id() << " op=" << join_op_ << ")" << endl;
278
279 if (builder_ != nullptr) {
280 ss << "IcebergDeleteBuilder: " << builder_->DebugString();
281 }
282
283 return ss.str();
284}
285
286uint64_t IR_ALWAYS_INLINE IcebergDeleteNode::ProbeFilePosition(
287 const RowBatch::Iterator& probe_it) const {

Callers

nothing calls this directly

Calls 2

DebugStringMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected