Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ValidateFull
Method
ValidateFull
cpp/src/arrow/chunked_array.cc:282–284 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
280
}
281
282
Status ChunkedArray::ValidateFull() const {
283
return ValidateChunks(chunks_, /*full_validation=*/true);
284
}
285
286
namespace internal {
287
Callers
nothing calls this directly
Calls
1
ValidateChunks
Function · 0.85
Tested by
no test coverage detected