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

Method GetRepLevels

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetRepLevelsMethod · 0.45

Tested by

no test coverage detected