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

Method Validate

cpp/src/arrow/chunked_array.cc:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276} // namespace
277
278Status ChunkedArray::Validate() const {
279 return ValidateChunks(chunks_, /*full_validation=*/false);
280}
281
282Status ChunkedArray::ValidateFull() const {
283 return ValidateChunks(chunks_, /*full_validation=*/true);

Callers

nothing calls this directly

Calls 1

ValidateChunksFunction · 0.85

Tested by

no test coverage detected