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

Function garrow_array_get_raw

c_glib/arrow-glib/basic-array.hpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59template <typename DataType>
60inline std::shared_ptr<typename arrow::TypeTraits<DataType>::ArrayType>
61garrow_array_get_raw(GArrowArray *array)
62{
63 auto arrow_array = garrow_array_get_raw(array);
64 return std::static_pointer_cast<typename arrow::TypeTraits<DataType>::ArrayType>(
65 arrow_array);
66}

Callers 15

garrow_numeric_array_sumFunction · 0.70
garrow_array_castFunction · 0.70
garrow_array_uniqueFunction · 0.70
garrow_array_countFunction · 0.70
garrow_boolean_array_andFunction · 0.70
garrow_boolean_array_orFunction · 0.70
garrow_boolean_array_xorFunction · 0.70
garrow_array_takeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected