| 11234 | } |
| 11235 | |
| 11236 | GArrowExecuteNode * |
| 11237 | garrow_execute_node_new_raw(arrow::acero::ExecNode *arrow_node, |
| 11238 | GArrowExecuteNodeOptions *options) |
| 11239 | { |
| 11240 | return GARROW_EXECUTE_NODE( |
| 11241 | g_object_new(GARROW_TYPE_EXECUTE_NODE, "node", arrow_node, "options", options, NULL)); |
| 11242 | } |
| 11243 | |
| 11244 | arrow::acero::ExecNode * |
| 11245 | garrow_execute_node_get_raw(GArrowExecuteNode *node) |
no outgoing calls
no test coverage detected