Method
ArrowExecutePlanbuild_hash_join_node
Declaration [src]
GArrowExecuteNode*
garrow_execute_plan_build_hash_join_node (
GArrowExecutePlan* plan,
GArrowExecuteNode* left,
GArrowExecuteNode* right,
GArrowHashJoinNodeOptions* options,
GError** error
)
Description [src]
This is a shortcut of garrow_execute_plan_build_node() for hash
join node.
| Available since: | 7.0.0 |
Parameters
left |
GArrowExecuteNode |
A left |
|
| The data is owned by the caller of the function. | |
right |
GArrowExecuteNode |
A right |
|
| The data is owned by the caller of the function. | |
options |
GArrowHashJoinNodeOptions |
A |
|
| 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 |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. |