Method

ArrowDatasetFileWriterwrite_record_batch

Declaration [src]

gboolean
gadataset_file_writer_write_record_batch (
  GADatasetFileWriter* writer,
  GArrowRecordBatch* record_batch,
  GError** error
)

Description

No description available.
Available since:6.0.0

Parameters

record_batch GArrowRecordBatch
 

A GArrowRecordBatch to be written.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE on success, FALSE on error.