(
backend: &RedbFtsBackend,
tid: u64,
collection: &str,
doc_len: u32,
)
| 33 | } |
| 34 | |
| 35 | pub(super) fn increment( |
| 36 | backend: &RedbFtsBackend, |
| 37 | tid: u64, |
| 38 | collection: &str, |
| 39 | doc_len: u32, |
| 40 | ) -> crate::Result<()> { |
| 41 | bump(backend, tid, collection, doc_len as i64) |
| 42 | } |
| 43 | |
| 44 | pub(super) fn decrement( |
| 45 | backend: &RedbFtsBackend, |