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

Function ggandiva_node_finalize

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

Source from the content-addressed store, hash-verified

136}
137
138static void
139ggandiva_node_finalize(GObject *object)
140{
141 auto priv = GGANDIVA_NODE_GET_PRIVATE(object);
142
143 priv->node.~shared_ptr();
144
145 G_OBJECT_CLASS(ggandiva_node_parent_class)->finalize(object);
146}
147
148static void
149ggandiva_node_set_property(GObject *object,

Callers

nothing calls this directly

Calls 1

finalizeMethod · 0.80

Tested by

no test coverage detected