MCPcopy Create free account
hub / github.com/erans/pgsqlite / get_read_only_stats

Method get_read_only_stats

src/optimization/mod.rs:167–169  ·  view source on GitHub ↗

Get read-only optimizer statistics

(&self)

Source from the content-addressed store, hash-verified

165
166 /// Get read-only optimizer statistics
167 pub fn get_read_only_stats(&self) -> read_only_optimizer::ReadOnlyStats {
168 self.read_only_optimizer.get_stats()
169 }
170
171 /// Perform periodic maintenance (cleanup caches, etc.)
172 pub fn maintenance(&self) {

Callers

nothing calls this directly

Calls 1

get_statsMethod · 0.45

Tested by

no test coverage detected