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

Method GetRepLevels

cpp/src/parquet/arrow/reader.cc:558–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556 }
557
558 Status GetRepLevels(const int16_t** data, int64_t* length) override {
559 return storage_reader_->GetRepLevels(data, length);
560 }
561
562 Status LoadBatch(int64_t number_of_records) final {
563 return storage_reader_->LoadBatch(number_of_records);

Callers

nothing calls this directly

Calls 1

GetRepLevelsMethod · 0.45

Tested by

no test coverage detected