-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GLib] Add GArrowStreamDecoder #40493
Comments
kou
added a commit
to kou/arrow
that referenced
this issue
Sep 19, 2024
This is the bindings of `arrow::ipc::StreamDecoder`. `arrow::ipc::StreamDecoder` is useful to integrate async input.
kou
added a commit
to kou/arrow
that referenced
this issue
Sep 19, 2024
This is the bindings of `arrow::ipc::StreamDecoder`. `arrow::ipc::StreamDecoder` is useful to integrate async input.
kou
added a commit
to kou/arrow
that referenced
this issue
Sep 19, 2024
This is the bindings of `arrow::ipc::StreamDecoder`. `arrow::ipc::StreamDecoder` is useful to integrate async input.
kou
added a commit
to kou/arrow
that referenced
this issue
Sep 19, 2024
This is the bindings of `arrow::ipc::StreamDecoder`. `arrow::ipc::StreamDecoder` is useful to integrate async input.
kou
added a commit
to kou/arrow
that referenced
this issue
Sep 19, 2024
This is the bindings of `arrow::ipc::StreamDecoder`. `arrow::ipc::StreamDecoder` is useful to integrate async input.
kou
added a commit
that referenced
this issue
Sep 20, 2024
### Rationale for this change This is the bindings of `arrow::ipc::StreamDecoder`. `arrow::ipc::StreamDecoder` is useful to integrate async input. ### What changes are included in this PR? * Add `GArrowStreamDecoder` * Add `GArrowStreamListener` * Add convenient Ruby API ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #40493 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Issue resolved by pull request 44170 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
It's the bindings of
arrow::ipc::StreamDecoder
.Component(s)
GLib
The text was updated successfully, but these errors were encountered: