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

Function garrow_array_get_raw

c_glib/arrow-glib/basic-array.cpp:4161–4166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4159}
4160
4161std::shared_ptr<arrow::Array>
4162garrow_array_get_raw(GArrowArray *array)
4163{
4164 auto priv = GARROW_ARRAY_GET_PRIVATE(array);
4165 return priv->array;
4166}

Callers 15

garrow_array_exportFunction · 0.70
garrow_array_equal_rangeFunction · 0.70
garrow_array_is_nullFunction · 0.70
garrow_array_is_validFunction · 0.70
garrow_array_get_lengthFunction · 0.70
garrow_array_get_offsetFunction · 0.70
garrow_array_get_n_nullsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected