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

Method CopyValues

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

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

Source from the content-addressed store, hash-verified

781
782 // Copy values starting from index `start` into `out_data`
783 void CopyValues(int32_t start, uint8_t* out_data) const {
784 CopyValues(start, -1, out_data);
785 }
786
787 // Same as above, but check output size in debug mode
788 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