Method

ArrowExecuteNodeget_output_schema

Declaration [src]

GArrowSchema*
garrow_execute_node_get_output_schema (
  GArrowExecuteNode* node
)

Description

No description available.
Available since:6.0.0

Return value

Returns: GArrowSchema
 

The output schema of the node.

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