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

Method get_pattern_stats

src/query/pattern_optimizer.rs:344–346  ·  view source on GitHub ↗

Get statistics about pattern recognition

(&self)

Source from the content-addressed store, hash-verified

342
343 /// Get statistics about pattern recognition
344 pub fn get_pattern_stats(&self) -> HashMap<QueryPattern, u64> {
345 self.recognition_stats.clone()
346 }
347
348 /// Clear pattern cache (useful for testing or memory management)
349 pub fn clear_cache(&mut self) {

Callers 1

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected