MCPcopy 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
282Status ChunkedArray::ValidateFull() const {
283 return ValidateChunks(chunks_, /*full_validation=*/true);
284}
285
286namespace internal {
287

Callers

nothing calls this directly

Calls 1

ValidateChunksFunction · 0.85

Tested by

no test coverage detected