MCPcopy Create free account
hub / github.com/apache/arrow / garrow_execute_node_get_kind_name

Function garrow_execute_node_get_kind_name

c_glib/arrow-glib/compute.cpp:2126–2131  ·  view source on GitHub ↗

* garrow_execute_node_get_kind_name: * @node: A #GArrowExecuteNode. * * Returns: The kind name of the node. * * Since: 6.0.0 */

Source from the content-addressed store, hash-verified

2124 * Since: 6.0.0
2125 */
2126const gchar *
2127garrow_execute_node_get_kind_name(GArrowExecuteNode *node)
2128{
2129 auto arrow_node = garrow_execute_node_get_raw(node);
2130 return arrow_node->kind_name();
2131}
2132
2133/**
2134 * garrow_execute_node_get_output_schema:

Callers

nothing calls this directly

Calls 2

kind_nameMethod · 0.45

Tested by

no test coverage detected