Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…#45221) ### Rationale for this change SequencingQueue and SerialSequencingQueue are useful in creating custom ExecNodes. This patch allows linking to factory functions. ### What changes are included in this PR? ARROW_ACERO_EXPORT classes ### Are there any user-facing changes? Users can now directly instantiate and use the SequencingQueue and SerialSequencingQueue classes, enabling easier creation of custom ExecNode. * GitHub Issue: #45215 Authored-by: kamilt <[email protected]> Signed-off-by: Rossi Sun <[email protected]>
- Loading branch information