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

Function ggandiva_selection_vector_finalize

c_glib/gandiva-glib/selection-vector.cpp:64–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 ggandiva_selection_vector_get_instance_private(GGANDIVA_SELECTION_VECTOR(object)))
63
64static void
65ggandiva_selection_vector_finalize(GObject *object)
66{
67 auto priv = GGANDIVA_SELECTION_VECTOR_GET_PRIVATE(object);
68
69 priv->selection_vector.~shared_ptr();
70
71 G_OBJECT_CLASS(ggandiva_selection_vector_parent_class)->finalize(object);
72}
73
74static void
75ggandiva_selection_vector_set_property(GObject *object,

Callers

nothing calls this directly

Calls 1

finalizeMethod · 0.80

Tested by

no test coverage detected