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

Method SetupValuesOut

cpp/src/parquet/test_util.h:716–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714
715template <typename TestType>
716inline void PrimitiveTypedTest<TestType>::SetupValuesOut(int64_t num_values) {
717 values_out_.clear();
718 values_out_.resize(num_values);
719 values_out_ptr_ = values_out_.data();
720}
721
722template <>
723inline void PrimitiveTypedTest<BooleanType>::SetupValuesOut(int64_t num_values) {

Callers 7

SetUpMethod · 0.80
ReadAndCompareMethod · 0.80
ReadAndCompareMethod · 0.80
TEST_FFunction · 0.80
TYPED_TESTFunction · 0.80
FileSerializeTestMethod · 0.80

Calls 5

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

Tested by

no test coverage detected