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

Method Done

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

Source from the content-addressed store, hash-verified

524 void SetUp() { builder_.reset(new BuilderType(pool_)); }
525
526 void Done() {
527 std::shared_ptr<Array> out;
528 FinishAndCheckPadding(builder_.get(), &out);
529
530 result_ = std::dynamic_pointer_cast<ArrayType>(out);
531 ASSERT_OK(result_->ValidateFull());
532 }
533
534 void TestScalarAppend() {
535 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