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

Function DowncastInts

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

Source from the content-addressed store, hash-verified

384}
385
386void DowncastInts(const int64_t* source, int8_t* dest, int64_t length) {
387 CastIntsInternal(source, dest, length);
388}
389
390void DowncastInts(const int64_t* source, int16_t* dest, int64_t length) {
391 CastIntsInternal(source, dest, length);

Callers 2

AppendValuesInternalMethod · 0.85
CastIntsFunction · 0.85

Calls 1

CastIntsInternalFunction · 0.85

Tested by

no test coverage detected