Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ CleanUp
Method
CleanUp
cpp/src/arrow/acero/partition_util.cc:40–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void PartitionLocks::CleanUp() {
41
locks_.reset();
42
rngs_.reset();
43
num_prtns_ = 0;
44
}
45
46
std::atomic<bool>* PartitionLocks::lock_ptr(int prtn_id) {
47
ARROW_DCHECK(locks_);
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected