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

Method Done

cpp/src/arrow/array/array_list_test.cc:1081–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1079 }
1080
1081 void Done() {
1082 std::shared_ptr<Array> out;
1083 FinishAndCheckPadding(builder_.get(), &out);
1084 result_ = std::dynamic_pointer_cast<MapArray>(out);
1085 }
1086
1087 protected:
1088 MemoryPool* pool_ = default_memory_pool();

Callers

nothing calls this directly

Calls 2

FinishAndCheckPaddingFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected