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

Method ValidValuesCount

cpp/src/parquet/decoder.cc:1470–1473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1468 }
1469
1470 int ValidValuesCount() {
1471 // total_values_remaining_ in header ignores of null values
1472 return static_cast<int>(total_values_remaining_);
1473 }
1474
1475 int Decode(T* buffer, int max_values) override {
1476 return GetInternal(buffer, max_values);

Callers 2

DecodeLengthsMethod · 0.80
SetDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected