Method

GandivaFilterevaluate

Declaration [src]

gboolean
ggandiva_filter_evaluate (
  GGandivaFilter* filter,
  GArrowRecordBatch* record_batch,
  GGandivaSelectionVector* selection_vector,
  GError** error
)

Description

No description available.
Available since:4.0.0

Parameters

record_batch GArrowRecordBatch
 

A GArrowRecordBatch.

 The data is owned by the caller of the function.
selection_vector GGandivaSelectionVector
 

A GGandivaSelectionVector that is used as output.

 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 otherwise.