Method
ArrowInputStreamread_record_batch
Declaration [src]
GArrowRecordBatch*
garrow_input_stream_read_record_batch (
GArrowInputStream* input_stream,
GArrowSchema* schema,
GArrowReadOptions* options,
GError** error
)
Parameters
schema |
GArrowSchema |
A |
|
The data is owned by the caller of the function. | |
options |
GArrowReadOptions |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowRecordBatch |
|
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |