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