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

Method AppendString

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

Source from the content-addressed store, hash-verified

507 }
508
509 void AppendString(const std::string& str) override {
510 Base::AppendString(str);
511 ASSERT_OK(i8_builder->AppendEmptyValue());
512 ASSERT_OK(dbl_builder->AppendEmptyValue());
513 }
514
515 void AppendDouble(double dbl) override {
516 Base::AppendDouble(dbl);

Callers

nothing calls this directly

Calls 1

AppendEmptyValueMethod · 0.45

Tested by

no test coverage detected