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:294–296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
292
}
293
294
Status ChunkedArray::ValidateFull() const {
295
return ValidateChunks(chunks_, /*full_validation=*/true);
296
}
297
298
namespace internal {
299
Callers
nothing calls this directly
Calls
1
ValidateChunks
Function · 0.85
Tested by
no test coverage detected