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

Method Done

cpp/src/arrow/array/array_binary_test.cc:516–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514 void SetUp() { builder_.reset(new BuilderType(pool_)); }
515
516 void Done() {
517 std::shared_ptr<Array> out;
518 FinishAndCheckPadding(builder_.get(), &out);
519
520 result_ = std::dynamic_pointer_cast<ArrayType>(out);
521 ASSERT_OK(result_->ValidateFull());
522 }
523
524 void TestScalarAppend() {
525 std::vector<std::string> strings = {"", "bb", "a", "", "ccc"};

Callers

nothing calls this directly

Calls 3

FinishAndCheckPaddingFunction · 0.85
getMethod · 0.45
ValidateFullMethod · 0.45

Tested by

no test coverage detected