Constructor

ArrowExecutePlannew

Declaration [src]

GArrowExecutePlan*
garrow_execute_plan_new (
  void
  GError** error
)

Description

No description available.
Available since:6.0.0

Return value

Returns: GArrowExecutePlan
 

A newly created GArrowExecutePlan on success, NULL on error.

 The caller of the function takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.