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

Method GetRepLevels

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

Source from the content-addressed store, hash-verified

598 }
599
600 Status GetRepLevels(const int16_t** data, int64_t* length) override {
601 return item_reader_->GetRepLevels(data, length);
602 }
603
604 bool IsOrHasRepeatedChild() const final { return true; }
605

Callers

nothing calls this directly

Calls 1

GetRepLevelsMethod · 0.45

Tested by

no test coverage detected