Method

GandivaProjectorevaluate

Declaration [src]

GList*
ggandiva_projector_evaluate (
  GGandivaProjector* projector,
  GArrowRecordBatch* record_batch,
  GError** error
)

Description

No description available.
Available since:0.12.0

Parameters

record_batch GArrowRecordBatch
 

A GArrowRecordBatch.

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

Return value

Returns: A list of GArrowArray*
 

The GArrowArray as the result evaluated 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.