viirya commented on PR #5587: URL: https://github.com/apache/arrow-rs/pull/5587#issuecomment-2038103930
Sorry, I still don't know how can I add `Send` as a constraint to `Scalar` outside this crate. 🤔 I can let the function return `Datum + Send` so `Send` is a constraint of the returned type. But `Scalar` doesn't implement `Send`, how can I make it implement `Send` outside this crate? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
