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:4162–4167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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