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

Method AppendDouble

cpp/src/arrow/array/array_union_test.cc:560–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558 }
559
560 void AppendDouble(double dbl) override {
561 Base::AppendDouble(dbl);
562 ASSERT_OK(i8_builder->AppendEmptyValue());
563 ASSERT_OK(str_builder->AppendEmptyValue());
564 }
565};
566
567TEST_F(DenseUnionBuilderTest, Basics) {

Callers

nothing calls this directly

Calls 1

AppendEmptyValueMethod · 0.45

Tested by

no test coverage detected