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

Method total_levels

cpp/src/parquet/column_reader_benchmark.cc:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 int64_t total_size() const { return total_size_; }
83
84 int64_t total_levels() const { return total_levels_; }
85
86 private:
87 std::vector<std::shared_ptr<Page>> pages_;

Callers 3

RecordReaderReadRecordsFunction · 0.80
RecordReaderSkipRecordsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected