Method

ArrowExecutePlanbuild_source_node

Declaration [src]

GArrowExecuteNode*
garrow_execute_plan_build_source_node (
  GArrowExecutePlan* plan,
  GArrowSourceNodeOptions* options,
  GError** error
)

Description [src]

This is a shortcut of garrow_execute_plan_build_node() for source node.

Available since:6.0.0

Parameters

options GArrowSourceNodeOptions
 

A GArrowSourceNodeOptions.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowExecuteNode
 

A newly built and added GArrowExecuteNode for source on success, NULL on error.

 The caller of the method takes ownership of the data, and is responsible for freeing it.