MCPcopy Create free account
hub / github.com/apache/arrow / TraceStartProducing

Method TraceStartProducing

cpp/src/arrow/acero/util.cc:100–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100[[nodiscard]] ::arrow::internal::tracing::Scope TracedNode::TraceStartProducing(
101 std::string extra_details) const {
102 std::string node_kind(node_->kind_name());
103 arrow::util::tracing::Span span;
104 return START_SCOPED_SPAN(
105 span, node_kind + "::StartProducing",
106 {{"node.details", extra_details}, {"node.label", node_->label()}});
107}
108
109void TracedNode::NoteStartProducing(std::string extra_details) const {
110 std::string node_kind(node_->kind_name());

Callers

nothing calls this directly

Calls 1

kind_nameMethod · 0.45

Tested by

no test coverage detected