Skip to content

Commit

Permalink
Add close method to RecordBatchFileWriter
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Jun 18, 2024
1 parent 5af72b4 commit 9097b99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions matlab/src/matlab/+arrow/+io/+ipc/RecordBatchFileWriter.m
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,9 @@ function write(obj, tabularObj)
error(id, msg);
end
end

function close(obj)
obj.Proxy.close();
end
end
end

0 comments on commit 9097b99

Please sign in to comment.