paleolimbot commented on issue #319: URL: https://github.com/apache/arrow-nanoarrow/issues/319#issuecomment-1855926535
I also agree! Perhaps concretely: - The current `Array` becomes `CArray` (or `CArrowArray`?) - The current `ArrayView` becomes `Array` - The current `SchemaView` should be cached in a `Schema` on first access and its methods moved to `Schema` (i.e., so that you can do `array.schema.timezone` directly) - The current `ArrowArrayHolder`, `ArrowSchemaHolder`, `ArrowArrayViewHolder` can go away and we can use capsules directly as the means to ensure release. I think that the ArrayStream are probably fine as is? -- 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]
