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

Method GetValuesPointer

cpp/src/parquet/statistics_test.cc:485–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483
484template <typename TestType>
485typename TestType::c_type* TestStatistics<TestType>::GetValuesPointer(
486 std::vector<typename TestType::c_type>& values) {
487 return values.data();
488}
489
490template <>
491bool* TestStatistics<BooleanType>::GetValuesPointer(std::vector<bool>& values) {

Callers

nothing calls this directly

Calls 6

resizeMethod · 0.80
dataMethod · 0.45
clearMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected