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

Method CopyValues

cpp/src/arrow/util/hashing.h:784–786  ·  view source on GitHub ↗

Copy values starting from index `start` into `out_data`

Source from the content-addressed store, hash-verified

782
783 // Copy values starting from index `start` into `out_data`
784 void CopyValues(int32_t start, uint8_t* out_data) const {
785 CopyValues(start, -1, out_data);
786 }
787
788 // Same as above, but check output size in debug mode
789 void CopyValues(int32_t start, int64_t out_size, uint8_t* out_data) const {

Callers

nothing calls this directly

Calls 6

CopyValuesFunction · 0.85
value_data_lengthMethod · 0.80
sizeFunction · 0.50
offsetMethod · 0.45
GetViewMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected