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

Method AppendInt

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

Source from the content-addressed store, hash-verified

546 using Base = UnionBuilderTest<SparseUnionBuilder>;
547
548 void AppendInt(int8_t i) override {
549 Base::AppendInt(i);
550 ASSERT_OK(str_builder->AppendEmptyValue());
551 ASSERT_OK(dbl_builder->AppendEmptyValue());
552 }
553
554 void AppendString(const std::string& str) override {
555 Base::AppendString(str);

Callers

nothing calls this directly

Calls 1

AppendEmptyValueMethod · 0.45

Tested by

no test coverage detected