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

Method AppendInt

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

Source from the content-addressed store, hash-verified

386 int8_t I8 = 8, STR = 13, DBL = 7;
387
388 virtual void AppendInt(int8_t i) {
389 expected_types_vector.push_back(I8);
390 ASSERT_OK(union_builder->Append(I8));
391 ASSERT_OK(i8_builder->Append(i));
392 }
393
394 virtual void AppendString(const std::string& str) {
395 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