milenkovicm commented on issue #9326:
URL: 
https://github.com/apache/arrow-datafusion/issues/9326#issuecomment-2004693646

   My understanding is that any interaction with wasm would involve data copy 
across boundary. `(schema, data) : (Vec<u8>,Vec<u8>)` to and from wasm 
function, if that's the case interaction with wasm can be done as in 
https://github.com/second-state/wasmedge-rustsdk-examples/tree/main/wasmedge-bindgen
   
   Do I miss something?
   
   On that note, what would be the simplest way to convert `[ArrayRef]` and 
`[DataType]` to `Vec<u8>`  and vice verse 😀?


-- 
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]

Reply via email to