Skip to content

Commit

Permalink
Add C++ bridge impl
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed Oct 22, 2024
1 parent 436876a commit 22b4add
Show file tree
Hide file tree
Showing 6 changed files with 450 additions and 46 deletions.
2 changes: 1 addition & 1 deletion cpp/src/arrow/c/abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ struct ArrowAsyncTask {
// calling this, and so it must be released separately.
//
// It is only valid to call this method exactly once.
int (*extract_data)(struct ArrowArrayTask* self, struct ArrowDeviceArray* out);
int (*extract_data)(struct ArrowAsyncTask* self, struct ArrowDeviceArray* out);

// opaque task-specific data
void* private_data;
Expand Down
Loading

0 comments on commit 22b4add

Please sign in to comment.