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

Method ValidValuesCount

cpp/src/parquet/decoder.cc:1469–1472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

DecodeLengthsMethod · 0.80
SetDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected