Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ VisitValue
Method
VisitValue
cpp/src/arrow/util/hashing.h:883–885 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
881
// or `void(const std::string_view&)`.
882
template <typename VisitFunc>
883
void VisitValue(int32_t idx, VisitFunc&& visit) const {
884
visit(binary_builder_.GetView(idx));
885
}
886
887
protected:
888
struct Payload {
Callers
2
Visit
Method · 0.45
PutIndicesTyped
Method · 0.45
Calls
1
GetView
Method · 0.45
Tested by
no test coverage detected