Update Cargo manifests, dependency paths, and Rust imports across the workspace to reflect the `obikpartitionner` to `obikpartition` rename. Synchronize architecture and implementation documentation with the new module structure. Fix minor syntax issues in test assertions to ensure compilation compatibility. No behavioral or API changes are introduced.
17 lines
813 B
Markdown
17 lines
813 B
Markdown
<!-- coverage sidecar — ne pas ajouter au nav mkdocs -->
|
|
# Coverage: architecture/query.md
|
|
|
|
## Code couvert
|
|
|
|
- `obikmer/src/cmd/query.rs` — commande query, format de sortie
|
|
- `obikpartition/src/query_layer.rs` — routage de la requête à travers les partitions
|
|
- `obiread/src/lib.rs` — lecture des séquences d'entrée pour la requête
|
|
|
|
## Notes
|
|
|
|
RISQUE DE DÉRIVE. Vérifier :
|
|
- La commande `unitig` a été modifiée pour utiliser `open_sequential()` — vérifier si query est concerné
|
|
- `find_exact` / `find_approx` / `find` générique ont été ajoutés dans `MphfLayer` — le chemin de requête a changé
|
|
- Si l'index est approximatif (Approx), la requête peut produire des faux positifs : la doc le mentionne-t-elle ?
|
|
- Format de sortie CSV (`obikindex/src/csv.rs` ou équivalent) à vérifier
|