paleolimbot commented on issue #833: URL: https://github.com/apache/arrow-nanoarrow/issues/833#issuecomment-3661365695
The schema encoding is here: https://github.com/apache/arrow-nanoarrow/blob/04e7521d561ba0841a44eb482062a67c05146dae/src/nanoarrow/ipc/encoder.c#L329-L336 The decoding is here: https://github.com/apache/arrow-nanoarrow/blob/04e7521d561ba0841a44eb482062a67c05146dae/src/nanoarrow/ipc/decoder.c#L817-L822 I think that run-end encoding is pretty straightforward (there are no parameters, the array just has two children). -- 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]
