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

Method ReadValuesDense

cpp/src/parquet/column_reader.cc:1992–1997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1990 }
1991
1992 void ReadValuesDense(int64_t values_to_read) override {
1993 int64_t num_decoded = this->current_decoder_->DecodeArrowNonNull(
1994 static_cast<int>(values_to_read), &array_builder_);
1995 CheckNumberDecoded(num_decoded, values_to_read);
1996 ResetValues();
1997 }
1998
1999 void ReadValuesSpaced(int64_t values_to_read, int64_t null_count) override {
2000 int64_t num_decoded = this->current_decoder_->DecodeArrow(

Callers

nothing calls this directly

Calls 2

CheckNumberDecodedFunction · 0.85
DecodeArrowNonNullMethod · 0.45

Tested by

no test coverage detected