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

Function ggandiva_selection_vector_get_raw

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

Source from the content-addressed store, hash-verified

290}
291
292std::shared_ptr<gandiva::SelectionVector>
293ggandiva_selection_vector_get_raw(GGandivaSelectionVector *selection_vector)
294{
295 auto priv = GGANDIVA_SELECTION_VECTOR_GET_PRIVATE(selection_vector);
296 return priv->selection_vector;
297}

Calls

no outgoing calls

Tested by

no test coverage detected