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

Function UpcastInts

cpp/src/arrow/util/int_util.cc:418–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418void UpcastInts(const int32_t* source, int64_t* dest, int64_t length) {
419 CastIntsInternal(source, dest, length);
420}
421
422template <typename InputInt, typename OutputInt>
423void TransposeInts(const InputInt* src, OutputInt* dest, int64_t length,

Callers 1

CastIntsFunction · 0.85

Calls 1

CastIntsInternalFunction · 0.85

Tested by

no test coverage detected