MCPcopy 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
294Status ChunkedArray::ValidateFull() const {
295 return ValidateChunks(chunks_, /*full_validation=*/true);
296}
297
298namespace internal {
299

Callers

nothing calls this directly

Calls 1

ValidateChunksFunction · 0.85

Tested by

no test coverage detected