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

Method TestArrayBasics

cpp/src/arrow/array/array_binary_test.cc:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 void TestArrayBasics() {
107 ASSERT_EQ(length_, strings_->length());
108 ASSERT_EQ(1, strings_->null_count());
109 ASSERT_OK(strings_->ValidateFull());
110 TestInitialized(*strings_);
111 AssertZeroPadded(*strings_);
112 }
113
114 void TestArrayIndexOperator() {
115 const auto& arr = *strings_;

Callers 1

TYPED_TESTFunction · 0.80

Calls 5

TestInitializedFunction · 0.85
AssertZeroPaddedFunction · 0.85
lengthMethod · 0.45
null_countMethod · 0.45
ValidateFullMethod · 0.45

Tested by

no test coverage detected