SPARROW_API int get_next_from_arrow_array_stream(ArrowArrayStream *stream, ArrowArray *out)
Get next array callback for ArrowArrayStream.
SPARROW_API void release_arrow_array_stream(ArrowArrayStream *stream)
Release callback for ArrowArrayStream.
SPARROW_API void fill_arrow_array_stream(ArrowArrayStream &stream)
SPARROW_API int get_schema_from_arrow_array_stream(ArrowArrayStream *stream, ArrowSchema *out)
Get schema callback for ArrowArrayStream.
SPARROW_API const char * get_last_error_from_arrow_array_stream(ArrowArrayStream *stream)
Get last error callback for ArrowArrayStream.