Skip to content

Commit 2b4d818

Browse files
committed
Implement Array::Make()
1 parent 612694e commit 2b4d818

File tree

1 file changed

+5
-0
lines changed
  • matlab/src/cpp/arrow/matlab/c/proxy

1 file changed

+5
-0
lines changed

Diff for: matlab/src/cpp/arrow/matlab/c/proxy/array.cc

+5
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,9 @@ namespace arrow::matlab::c::proxy {
4242
}
4343
}
4444

45+
libmexclass::proxy::MakeResult Array::make(const libmexclass::proxy::FunctionArguments& constructor_arguments) {
46+
return std::make_shared<Array>();
47+
}
48+
49+
4550
} // namespace arrow::matlab::c::proxy

0 commit comments

Comments
 (0)