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

Method AppendString

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

Source from the content-addressed store, hash-verified

552 }
553
554 void AppendString(const std::string& str) override {
555 Base::AppendString(str);
556 ASSERT_OK(i8_builder->AppendEmptyValue());
557 ASSERT_OK(dbl_builder->AppendEmptyValue());
558 }
559
560 void AppendDouble(double dbl) override {
561 Base::AppendDouble(dbl);

Callers

nothing calls this directly

Calls 1

AppendEmptyValueMethod · 0.45

Tested by

no test coverage detected