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

Method CheckDecoding

cpp/src/parquet/encoding_test.cc:1789–1789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1787 }
1788
1789 void CheckDecoding() { CheckDecoding(std::span(draws_, num_values_)); }
1790
1791 void CheckDecoding(std::span<const c_type> expected_values) {
1792 const auto num_values = static_cast<int>(expected_values.size());

Callers 1

TYPED_TESTFunction · 0.45

Calls 6

push_backMethod · 0.80
sizeMethod · 0.45
getMethod · 0.45
SetDataMethod · 0.45
dataMethod · 0.45
DecodeMethod · 0.45

Tested by

no test coverage detected