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

Method VerifyValue

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

Source from the content-addressed store, hash-verified

4408class TestDayTimeIntervalBuilder : public ::testing::Test {
4409 public:
4410 void VerifyValue(const DayTimeIntervalBuilder& builder, int64_t index,
4411 DayTimeIntervalType::DayMilliseconds expected) {
4412 ASSERT_EQ(builder.GetValue(index), expected);
4413 ASSERT_EQ(builder[index], expected);
4414 }
4415};
4416
4417TEST_F(TestDayTimeIntervalBuilder, TestAppend) {

Callers

nothing calls this directly

Calls 1

GetValueMethod · 0.45

Tested by

no test coverage detected