| Top |
GGandivaProjector * ggandiva_projector_new (GArrowSchema *schema,GList *expressions,GError **error);
schema |
A GArrowSchema. |
|
expressions |
The built expressions. |
[element-type GGandivaExpression] |
error |
Return location for a GError or |
[nullable] |
Since: 0.12.0
GList * ggandiva_projector_evaluate (GGandivaProjector *projector,GArrowRecordBatch *record_batch,GError **error);
The GArrowArray as the result evaluated on success, NULL on error.
[element-type GArrowArray][nullable][transfer full]
Since: 0.12.0