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 f565fbf commit 8c53ba1Copy full SHA for 8c53ba1
matlab/src/matlab/+arrow/+tabular/Table.m
@@ -139,7 +139,7 @@ function displayScalarObject(obj)
139
validateColumnNames(opts.ColumnNames, numColumns);
140
141
arrayProxyIDs = getArrayProxyIDs(arrowArrays);
142
- args = struct(Method="FromArrays", ArrayProxyIDs=arrayProxyIDs, ColumnNames=opts.ColumnNames);
+ args = struct(Method="from_arrays", ArrayProxyIDs=arrayProxyIDs, ColumnNames=opts.ColumnNames);
143
proxyName = "arrow.tabular.proxy.Table";
144
proxy = arrow.internal.proxy.create(proxyName, args);
145
arrowTable = arrow.tabular.Table(proxy);
0 commit comments