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

Method VerifyValue

cpp/src/arrow/array/array_test.cc:4360–4364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4358class TestDayTimeIntervalBuilder : public ::testing::Test {
4359 public:
4360 void VerifyValue(const DayTimeIntervalBuilder& builder, int64_t index,
4361 DayTimeIntervalType::DayMilliseconds expected) {
4362 ASSERT_EQ(builder.GetValue(index), expected);
4363 ASSERT_EQ(builder[index], expected);
4364 }
4365};
4366
4367TEST_F(TestDayTimeIntervalBuilder, TestAppend) {

Callers

nothing calls this directly

Calls 1

GetValueMethod · 0.45

Tested by

no test coverage detected