Method

ArrowExecuteNodeget_output_schema

since: 6.0.0

Declaration [src]

GArrowSchema*
garrow_execute_node_get_output_schema (
  GArrowExecuteNode* node
)

Description

No description available.

Available since: 6.0.0

Return value

Type: GArrowSchema

The output schema of the node.

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