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

Method AppendInt

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

Source from the content-addressed store, hash-verified

431 int8_t I8 = 8, STR = 13, DBL = 7;
432
433 virtual void AppendInt(int8_t i) {
434 expected_types_vector.push_back(I8);
435 ASSERT_OK(union_builder->Append(I8));
436 ASSERT_OK(i8_builder->Append(i));
437 }
438
439 virtual void AppendString(const std::string& str) {
440 expected_types_vector.push_back(STR);

Callers

nothing calls this directly

Calls 2

push_backMethod · 0.80
AppendMethod · 0.45

Tested by

no test coverage detected