Skip to content

Commit 8c53ba1

Browse files
committed
Changed FromArrays to from_arrays
1 parent f565fbf commit 8c53ba1

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
@@ -139,7 +139,7 @@ function displayScalarObject(obj)
139139
validateColumnNames(opts.ColumnNames, numColumns);
140140

141141
arrayProxyIDs = getArrayProxyIDs(arrowArrays);
142-
args = struct(Method="FromArrays", ArrayProxyIDs=arrayProxyIDs, ColumnNames=opts.ColumnNames);
142+
args = struct(Method="from_arrays", ArrayProxyIDs=arrayProxyIDs, ColumnNames=opts.ColumnNames);
143143
proxyName = "arrow.tabular.proxy.Table";
144144
proxy = arrow.internal.proxy.create(proxyName, args);
145145
arrowTable = arrow.tabular.Table(proxy);

0 commit comments

Comments
 (0)