Skip to content

Commit 3a477ff

Browse files
committed
add record batch importer
1 parent a712b05 commit 3a477ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matlab/src/matlab/+arrow/+c/+internal/RecordBatchImporter.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
function recordBatch = import(obj, cArray, cSchema)
3131
arguments
32-
obj(1, 1) arrow.c.internal.ArrayImporter
32+
obj(1, 1) arrow.c.internal.RecordBatchImporter
3333
cArray(1, 1) arrow.c.ArrayCStruct
3434
cSchema(1, 1) arrow.c.SchemaCStruct
3535
end

0 commit comments

Comments
 (0)