Constructor
ArrowProjectNodeOptionsnew
Declaration [src]
GArrowProjectNodeOptions*
garrow_project_node_options_new (
GList* expressions,
gchar** names,
gsize n_names
)
Parameters
expressions |
A list of None |
A list of |
|
| The data is owned by the caller of the function. | |
names |
An array of gchar* |
A list of output column names of |
|
The argument can be NULL. | |
The length of the array is specified in the n_names argument. | |
| The data is owned by the caller of the function. | |
| Each element is a NUL terminated UTF-8 string. | |
n_names |
gsize |
The number of |
Return value
| Returns: | GArrowProjectNodeOptions |
A newly created |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |