We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229bf51 commit 6f9caadCopy full SHA for 6f9caad
matlab/src/matlab/+arrow/+c/ArrayCStruct.m
@@ -25,7 +25,6 @@
25
Address(1, 1) uint64
26
end
27
28
-
29
methods
30
function obj = ArrayCStruct()
31
proxyName = "arrow.c.proxy.ArrayCStruct";
matlab/src/matlab/+arrow/+c/SchemaCStruct.m
@@ -25,9 +25,8 @@
- function obj = ArrayCStruct()
+ function obj = SchemaCStruct()
proxyName = "arrow.c.proxy.SchemaCStruct";
32
obj.Proxy = arrow.internal.proxy.create(proxyName);
33
0 commit comments