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

Function ggandiva_function_node_finalize

c_glib/gandiva-glib/node.cpp:379–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379static void
380ggandiva_function_node_finalize(GObject *object)
381{
382 auto priv = GGANDIVA_FUNCTION_NODE_GET_PRIVATE(object);
383
384 g_free(priv->name);
385
386 G_OBJECT_CLASS(ggandiva_function_node_parent_class)->finalize(object);
387}
388
389static void
390ggandiva_function_node_set_property(GObject *object,

Callers

nothing calls this directly

Calls 1

finalizeMethod · 0.80

Tested by

no test coverage detected