Method

ArrowHashJoinNodeOptionsset_left_outputs

Declaration [src]

gboolean
garrow_hash_join_node_options_set_left_outputs (
  GArrowHashJoinNodeOptions* options,
  const gchar** outputs,
  gsize n_outputs,
  GError** error
)

Description

No description available.
Available since:7.0.0

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 outputs.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE on success, FALSE on error.