Get statistics about pattern recognition
(&self)
| 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) { |
no test coverage detected