Method

ArrowInputStreamread_record_batch

Declaration [src]

GArrowRecordBatch*
garrow_input_stream_read_record_batch (
  GArrowInputStream* input_stream,
  GArrowSchema* schema,
  GArrowReadOptions* options,
  GError** error
)

Description

No description available.
Available since:1.0.0

Parameters

schema GArrowSchema
 

A GArrowSchema for a read record batch.

 The data is owned by the caller of the function.
options GArrowReadOptions
 

A GArrowReadOptions.

 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
 

GArrowRecordBatch on success, NULL on error.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.