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

Function ValidateArrayFull

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

Source from the content-addressed store, hash-verified

987Status ValidateArray(const Array& array) { return ValidateArray(*array.data()); }
988
989ARROW_EXPORT
990Status ValidateArrayFull(const ArrayData& data) {
991 return ValidateArrayImpl{data, /*full_validation=*/true}.Validate();
992}
993
994ARROW_EXPORT
995Status 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