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

Method NoteStartProducing

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

Source from the content-addressed store, hash-verified

107}
108
109void TracedNode::NoteStartProducing(std::string extra_details) const {
110 std::string node_kind(node_->kind_name());
111 EVENT_ON_CURRENT_SPAN(node_kind + "::StartProducing", {{"node.details", extra_details},
112 {"node.label", node_->label()}});
113}
114
115[[nodiscard]] ::arrow::internal::tracing::Scope TracedNode::TraceInputReceived(
116 const ExecBatch& batch) const {

Callers

nothing calls this directly

Calls 1

kind_nameMethod · 0.45

Tested by

no test coverage detected