| 11181 | } |
| 11182 | |
| 11183 | GArrowExecuteNode * |
| 11184 | garrow_execute_node_new_raw(arrow::acero::ExecNode *arrow_node, |
| 11185 | GArrowExecuteNodeOptions *options) |
| 11186 | { |
| 11187 | return GARROW_EXECUTE_NODE( |
| 11188 | g_object_new(GARROW_TYPE_EXECUTE_NODE, "node", arrow_node, "options", options, NULL)); |
| 11189 | } |
| 11190 | |
| 11191 | arrow::acero::ExecNode * |
| 11192 | garrow_execute_node_get_raw(GArrowExecuteNode *node) |
no outgoing calls
no test coverage detected