We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b1a23 commit 6f5293fCopy full SHA for 6f5293f
matlab/src/matlab/+arrow/+tabular/Table.m
@@ -170,7 +170,7 @@ function displayScalarObject(obj)
170
171
% TODO: Rename getArrayProxyIDs to getProxyIDs
172
proxyIDs = arrow.array.internal.getArrayProxyIDs(batches);
173
- args = struct(Method="FromRecordBatches", RecordBatchProxyIDs=proxyIDs);
+ args = struct(Method="from_record_batches", RecordBatchProxyIDs=proxyIDs);
174
proxyName = "arrow.tabular.proxy.Table";
175
proxy = arrow.internal.proxy.create(proxyName, args);
176
arrowTable = arrow.tabular.Table(proxy);
0 commit comments