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

   > Most of the complexity can be hidden with a simple macro.
   
   That was my hope. I think we should make sure though that the FFI WASM API 
is well defined and that other guest languages (like C++ or Python) could also 
implement that boilerplate w/o needing to go through a Rust layer within the 
guest (otherwise the WASM payloads get rather large).
   
   > One note, ipc buffer contains schema definition as well, can this be 
avoided if both parties know the schema?
   
   Yes. This is for example what Arrow Flight (SQL) also uses. The client can 
query a server w/o knowing the schema a priori.


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