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

Function DowncastUInts

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

Source from the content-addressed store, hash-verified

400}
401
402void DowncastUInts(const uint64_t* source, uint8_t* dest, int64_t length) {
403 CastIntsInternal(source, dest, length);
404}
405
406void DowncastUInts(const uint64_t* source, uint16_t* dest, int64_t length) {
407 CastIntsInternal(source, dest, length);

Callers 1

AppendValuesInternalMethod · 0.85

Calls 1

CastIntsInternalFunction · 0.85

Tested by

no test coverage detected