nealrichardson commented on issue #12102: URL: https://github.com/apache/arrow/issues/12102#issuecomment-1011387538
RecordBatch is a concept in the [Arrow IPC format](https://arrow.apache.org/docs/format/Columnar.html#recordbatch-message), but Jorge is right, it is not in the C interface. But a RecordBatch and a StructArray are nearly identical, and that's how the C++ implementation of the C interface deals with them, for example. See https://github.com/apache/arrow/blob/master/cpp/src/arrow/c/bridge.cc#L648 -- 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]
