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

Method AppendDouble

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

Source from the content-addressed store, hash-verified

513 }
514
515 void AppendDouble(double dbl) override {
516 Base::AppendDouble(dbl);
517 ASSERT_OK(i8_builder->AppendEmptyValue());
518 ASSERT_OK(str_builder->AppendEmptyValue());
519 }
520};
521
522TEST_F(DenseUnionBuilderTest, Basics) {

Callers

nothing calls this directly

Calls 1

AppendEmptyValueMethod · 0.45

Tested by

no test coverage detected