Constructor

ArrowSourceNodeOptionsnew_record_batch

Declaration [src]

GArrowSourceNodeOptions*
garrow_source_node_options_new_record_batch (
  GArrowRecordBatch* record_batch
)

Description

No description available.
Available since:6.0.0

Parameters

record_batch GArrowRecordBatch
 

A GArrowRecordBatch.

 The data is owned by the caller of the function.

Return value

Returns: GArrowSourceNodeOptions
 

A newly created GArrowSourceNodeOptions.

 The caller of the function takes ownership of the data, and is responsible for freeing it.