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

Function ValidateArrayFull

cpp/src/arrow/array/validate.cc:995–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

993Status ValidateArray(const Array& array) { return ValidateArray(*array.data()); }
994
995ARROW_EXPORT
996Status ValidateArrayFull(const ArrayData& data) {
997 return ValidateArrayImpl{data, /*full_validation=*/true}.Validate();
998}
999
1000ARROW_EXPORT
1001Status ValidateArrayFull(const Array& array) { return ValidateArrayFull(*array.data()); }

Callers 8

ValidateChunksFunction · 0.85
ValidateBatchFunction · 0.85
TESTFunction · 0.85
ValidateFullMethod · 0.85
ReifyDictionaryMethod · 0.85
ValidateOutputImplFunction · 0.85
TESTFunction · 0.85

Calls 2

ValidateMethod · 0.45
dataMethod · 0.45

Tested by 4

TESTFunction · 0.68
ValidateOutputImplFunction · 0.68
TESTFunction · 0.68