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

Function Make

cpp/src/arrow/util/endian.h:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215// Construct array reader and try to deduce template augments
216template <typename T, size_t N>
217static inline detail::Reader<T, N> Make(const std::array<T, N>& native_array) {
218 return detail::Reader<T, N>(native_array);
219}
220
221// Construct array writer and try to deduce template augments
222template <typename T, size_t N>

Callers 15

MultiplyUnsignedArrayFunction · 0.70
FillInArrayFunction · 0.70
BuildFromArrayFunction · 0.70
basic_decimal.ccFile · 0.70
operator<Function · 0.70
operator()Method · 0.70
AddAsyncGeneratorMethod · 0.70
operator()Method · 0.70
operator()Method · 0.70
StateClass · 0.70
operator()Method · 0.70
operator()Method · 0.70

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.56
CreateUnalignedArrayFunction · 0.56
TESTFunction · 0.56
TEST_FFunction · 0.56
MakeJitteryFunction · 0.56
TESTFunction · 0.56
TEST_PFunction · 0.56
TESTFunction · 0.56
TYPED_TEST_PFunction · 0.56
SimpleExecutorMethod · 0.56
TESTFunction · 0.56
TEST_FFunction · 0.56