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

Method Validate

cpp/src/arrow/array/array_base.cc:340–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340Status Array::Validate() const { return internal::ValidateArray(*this); }
341
342Status Array::ValidateFull() const { return internal::ValidateArrayFull(*this); }
343

Callers 5

TEST_FFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
BuildListOfStructPairsFunction · 0.45
TEST_PFunction · 0.45

Calls 1

ValidateArrayFunction · 0.85

Tested by 5

TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
BuildListOfStructPairsFunction · 0.36
TEST_PFunction · 0.36