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

Method valid

cpp/src/arrow/util/tracing.cc:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36bool Span::valid() const {
37 return static_cast<::arrow::internal::tracing::SpanImpl*>(details.get())->valid();
38}
39
40void Span::reset() {
41 static_cast<::arrow::internal::tracing::SpanImpl*>(details.get())->reset();

Callers 2

TraceTaskSubmittedFunction · 0.45
TESTFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 1

TESTFunction · 0.36