Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
bool Span::valid() const {
37
return static_cast<::arrow::internal::tracing::SpanImpl*>(details.get())->valid();
38
}
39
40
void Span::reset() {
41
static_cast<::arrow::internal::tracing::SpanImpl*>(details.get())->reset();
Callers
2
TraceTaskSubmitted
Function · 0.45
TEST
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
1
TEST
Function · 0.36