Constructor
ArrowFieldExpressionnew
Declaration [src]
GArrowFieldExpression*
garrow_field_expression_new (
const gchar* reference,
GError** error
)
Parameters
reference |
const gchar* |
A field name or dot path. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | GArrowFieldExpression |
A newly created |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |