Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
731
void TestInitialized(const Array& array) { TestInitialized(*array.data()); }
732
733
void TestInitialized(const ArrayData& array) {
734
uint8_t total = 0;
Callers
7
ValidateBatch
Function · 0.85
TestArrayBasics
Method · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
TEST_F
Function · 0.85
FinishAndCheckPadding
Function · 0.85
ValidateOutputImpl
Function · 0.85
Calls
3
data
Method · 0.45
capacity
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected