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

Method AppendString

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

Source from the content-addressed store, hash-verified

437 }
438
439 virtual void AppendString(const std::string& str) {
440 expected_types_vector.push_back(STR);
441 ASSERT_OK(union_builder->Append(STR));
442 ASSERT_OK(str_builder->Append(str));
443 }
444
445 virtual void AppendDouble(double dbl) {
446 expected_types_vector.push_back(DBL);

Callers

nothing calls this directly

Calls 2

push_backMethod · 0.80
AppendMethod · 0.45

Tested by

no test coverage detected