Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4161
std::shared_ptr<arrow::Array>
4162
garrow_array_get_raw(GArrowArray *array)
4163
{
4164
auto priv = GARROW_ARRAY_GET_PRIVATE(array);
4165
return priv->array;
4166
}
Callers
15
garrow_array_export
Function · 0.70
garrow_array_equal_options
Function · 0.70
garrow_array_equal_approx
Function · 0.70
garrow_array_equal_range
Function · 0.70
garrow_array_is_null
Function · 0.70
garrow_array_is_valid
Function · 0.70
garrow_array_get_length
Function · 0.70
garrow_array_get_offset
Function · 0.70
garrow_array_get_n_nulls
Function · 0.70
garrow_array_get_null_bitmap
Function · 0.70
garrow_array_get_value_data_type
Function · 0.70
garrow_array_get_value_type
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected