Replies: 1 comment
-
I am not very familiar with the Javascript API so I am not entirely sure what you are wanting to achieve, but in arrow arrays are lists of potentially multiple elements. If you want to obtain a single element from a StringArray you would use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, sorry for the super basic question but I am struggling getting off the ground despite the examples and documentation 🙏
I am implementing a simple IPC layer between a Rust host process and a Node.js child process and am trying to get up and running with a ping/pong request/response between the processes.
To get started I tried out Arrow using the JavaScript
avsc
npm package, which worksI'm a bit confused trying to replicate this in Rust
Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions