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

Method TestBasics

cpp/src/arrow/util/small_vector_test.cc:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 }
185
186 void TestBasics() {
187 constexpr size_t N = Traits::TestSizeFor(4);
188 const auto ints = CheckFourValues<N>();
189 EXPECT_EQ(UsesStaticStorage(ints), !Traits::CanOverflow());
190 }
191
192 void TestAlwaysStatic() {
193 const auto ints = CheckFourValues<4>();

Callers 1

TYPED_TESTFunction · 0.45

Calls 1

UsesStaticStorageFunction · 0.85

Tested by

no test coverage detected