Constructor

ArrowExecuteContextnew

since: 1.0.0

Declaration [src]

GArrowExecuteContext*
garrow_execute_context_new (
  GArrowExecutor* executor
)

Description

No description available.

Available since: 1.0.0

Parameters

executor

Type: GArrowExecutor

A GArrowExecutor or NULL.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: GArrowExecuteContext

A newly created GArrowExecuteContext.

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