Skip to content

Commit

Permalink
Update cpp/src/arrow/c/bridge.h
Browse files Browse the repository at this point in the history
Co-authored-by: David Li <[email protected]>
  • Loading branch information
zeroshade and lidavidm authored Oct 22, 2024
1 parent ff148e5 commit dbdb5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/c/bridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ class Executor;
/// The ArrowAsyncDeviceStreamHandler struct is intended to have its callbacks populated
/// and then be passed to a producer to call the appropriate callbacks when data is ready.
/// This inverts the traditional flow of control, and so we construct a corresponding
/// AsyncRecordBatchReader to provide an interface for the consumer to retrieve data as it
/// AsyncRecordBatchGenerator to provide an interface for the consumer to retrieve data as it
/// is pushed to the handler.
///
/// \param[in,out] handler C struct to be populated
Expand Down

0 comments on commit dbdb5ff

Please sign in to comment.