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

Method AppendInt

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

Source from the content-addressed store, hash-verified

501 using Base = UnionBuilderTest<SparseUnionBuilder>;
502
503 void AppendInt(int8_t i) override {
504 Base::AppendInt(i);
505 ASSERT_OK(str_builder->AppendEmptyValue());
506 ASSERT_OK(dbl_builder->AppendEmptyValue());
507 }
508
509 void AppendString(const std::string& str) override {
510 Base::AppendString(str);

Callers

nothing calls this directly

Calls 1

AppendEmptyValueMethod · 0.45

Tested by

no test coverage detected