(&self, tid: u64, collection: &str, doc_len: u32)
| 158 | } |
| 159 | |
| 160 | fn increment_stats(&self, tid: u64, collection: &str, doc_len: u32) -> crate::Result<()> { |
| 161 | super::stats::increment(self, tid, collection, doc_len) |
| 162 | } |
| 163 | |
| 164 | fn decrement_stats(&self, tid: u64, collection: &str, doc_len: u32) -> crate::Result<()> { |
| 165 | super::stats::decrement(self, tid, collection, doc_len) |