Method
ArrowHashJoinNodeOptionsset_right_outputs
Declaration [src]
gboolean
garrow_hash_join_node_options_set_right_outputs (
GArrowHashJoinNodeOptions* options,
const gchar** outputs,
gsize n_outputs,
GError** error
)
Parameters
outputs |
An array of gchar* |
Output fields. |
|
The length of the array is specified in the n_outputs argument. | |
The data is owned by the caller of the function. | |
Each element is a NUL terminated UTF-8 string. | |
n_outputs |
gsize |
The number of |
|
error |
GError ** |
The return location for a GError* , or NULL . |