| 107 | } |
| 108 | |
| 109 | void 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 { |