Introduce the query tree data structure

This commit is contained in:
Kerollmops
2021-03-03 12:03:31 +01:00
parent 5f109e8589
commit 79a143b32f
4 changed files with 919 additions and 0 deletions

2
Cargo.lock generated
View File

@ -1277,11 +1277,13 @@ dependencies = [
"ordered-float",
"pest 2.1.3 (git+https://github.com/pest-parser/pest.git?rev=51fd1d49f1041f7839975664ef71fe15c7dcaf67)",
"pest_derive",
"rand 0.8.3",
"rayon",
"regex",
"roaring",
"serde",
"serde_json",
"slice-group-by",
"smallstr",
"smallvec",
"tempfile",