Skip to content

Commit

Permalink
Add sub RecordBatchFileWriter::make() implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Jun 12, 2024
1 parent b333df5 commit 8b21539
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ namespace arrow::matlab::io::ipc::proxy {

RecordBatchFileWriter::RecordBatchFileWriter() {}

libmexclass::proxy::MakeResult RecordBatchFileWriter::make(
const libmexclass::proxy::FunctionArguments& constructor_arguments) {

return libmexclass::error::Error{"arrow:matlab:NotImplemented", "Not Implemened yet"};
}
} // namespace arrow::matlab::io::ipc::proxy

0 comments on commit 8b21539

Please sign in to comment.