We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411d82c commit 53bcb30Copy full SHA for 53bcb30
matlab/src/matlab/+arrow/+c/+internal/ArrayImporter.m
@@ -38,7 +38,7 @@
38
ArrowArrayAddress=cArray.Address,...
39
ArrowSchemaAddress=cSchema.Address...
40
);
41
- [proxyID, typeID] = obj.Proxy.importFromC(args);
+ [proxyID, typeID] = obj.Proxy.import(args);
42
traits = arrow.type.traits.traits(arrow.type.ID(typeID));
43
proxy = libmexclass.proxy.Proxy(Name=traits.ArrayProxyClassName, ID=proxyID);
44
array = traits.ArrayConstructor(proxy);
0 commit comments