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

Method GetDeepCopy

cpp/src/parquet/statistics_test.cc:500–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498
499template <typename TestType>
500typename std::vector<typename TestType::c_type> TestStatistics<TestType>::GetDeepCopy(
501 const std::vector<typename TestType::c_type>& values) {
502 return values;
503}
504
505template <>
506std::vector<FLBA> TestStatistics<FLBAType>::GetDeepCopy(const std::vector<FLBA>& values) {

Callers

nothing calls this directly

Calls 3

default_memory_poolFunction · 0.85
emplace_backMethod · 0.80
AllocateMethod · 0.45

Tested by

no test coverage detected