MCPcopy Create free account
hub / github.com/apache/arrow / Validate

Method Validate

cpp/src/arrow/chunked_array.cc:290–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288} // namespace
289
290Status ChunkedArray::Validate() const {
291 return ValidateChunks(chunks_, /*full_validation=*/false);
292}
293
294Status ChunkedArray::ValidateFull() const {
295 return ValidateChunks(chunks_, /*full_validation=*/true);

Callers

nothing calls this directly

Calls 1

ValidateChunksFunction · 0.85

Tested by

no test coverage detected