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

Method AppendString

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

Source from the content-addressed store, hash-verified

392 }
393
394 virtual void AppendString(const std::string& str) {
395 expected_types_vector.push_back(STR);
396 ASSERT_OK(union_builder->Append(STR));
397 ASSERT_OK(str_builder->Append(str));
398 }
399
400 virtual void AppendDouble(double dbl) {
401 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