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

Function TestInitialized

cpp/src/arrow/testing/gtest_util.cc:731–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729}
730
731void TestInitialized(const Array& array) { TestInitialized(*array.data()); }
732
733void TestInitialized(const ArrayData& array) {
734 uint8_t total = 0;

Callers 7

ValidateBatchFunction · 0.85
TestArrayBasicsMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
FinishAndCheckPaddingFunction · 0.85
ValidateOutputImplFunction · 0.85

Calls 3

dataMethod · 0.45
capacityMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected