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

Method TraceFinish

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

Source from the content-addressed store, hash-verified

129}
130
131[[nodiscard]] ::arrow::internal::tracing::Scope TracedNode::TraceFinish() const {
132 std::string node_kind(node_->kind_name());
133 arrow::util::tracing::Span span;
134 return START_SCOPED_SPAN(span, node_kind + "::Finish",
135 {{"node.label", node_->label()}});
136}
137
138} // namespace acero
139} // namespace arrow

Callers

nothing calls this directly

Calls 1

kind_nameMethod · 0.45

Tested by

no test coverage detected