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

Function ggandiva_expression_finalize

c_glib/gandiva-glib/expression.cpp:77–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77static void
78ggandiva_expression_finalize(GObject *object)
79{
80 auto priv = GGANDIVA_EXPRESSION_GET_PRIVATE(object);
81
82 priv->expression.~shared_ptr();
83
84 G_OBJECT_CLASS(ggandiva_expression_parent_class)->finalize(object);
85}
86
87static void
88ggandiva_expression_set_property(GObject *object,

Callers

nothing calls this directly

Calls 1

finalizeMethod · 0.80

Tested by

no test coverage detected