Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Reset
Method
Reset
cpp/src/arrow/compute/kernels/vector_hash.cc:187–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
}
186
187
Status Reset() {
188
indices_builder_.Reset();
189
return Status::OK();
190
}
191
192
Status Reserve(const int64_t length) { return indices_builder_.Reserve(length); }
193
Callers
nothing calls this directly
Calls
2
OK
Function · 0.50
Reset
Method · 0.45
Tested by
no test coverage detected