Skip to content

Commit 6f5293f

Browse files
Update matlab/src/matlab/+arrow/+tabular/Table.m
Co-authored-by: Kevin Gurney <[email protected]>
1 parent 64b1a23 commit 6f5293f

File tree

1 file changed

+1
-1
lines changed
  • matlab/src/matlab/+arrow/+tabular

1 file changed

+1
-1
lines changed

matlab/src/matlab/+arrow/+tabular/Table.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function displayScalarObject(obj)
170170

171171
% TODO: Rename getArrayProxyIDs to getProxyIDs
172172
proxyIDs = arrow.array.internal.getArrayProxyIDs(batches);
173-
args = struct(Method="FromRecordBatches", RecordBatchProxyIDs=proxyIDs);
173+
args = struct(Method="from_record_batches", RecordBatchProxyIDs=proxyIDs);
174174
proxyName = "arrow.tabular.proxy.Table";
175175
proxy = arrow.internal.proxy.create(proxyName, args);
176176
arrowTable = arrow.tabular.Table(proxy);

0 commit comments

Comments
 (0)