Method
ArrowExecuteNodeget_output_schema
since: 6.0.0
Declaration [src]
GArrowSchema*
garrow_execute_node_get_output_schema (
GArrowExecuteNode* node
)
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. |