Constructor
GandivaProjectornew
Declaration [src]
GGandivaProjector*
ggandiva_projector_new (
GArrowSchema* schema,
GList* expressions,
GError** error
)
Parameters
schema |
GArrowSchema |
A |
|
| The data is owned by the caller of the function. | |
expressions |
A list of None |
The built expressions. |
|
| The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | GGandivaProjector |
A newly created |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL. |