Commit Graph

621 Commits (ab17138f331d4b90ec26f5a52b45ab4e4d57032d)

Author SHA1 Message Date
Tpt acf83d4a31 Fixes || evaluation when all alternatives are false 1 year ago
Tpt 1c1531f640 Simplifies some rust doc links 1 year ago
Tpt 8c68cf4041 Makes SPARQL AVG aggregate function simpler 1 year ago
Tpt 5f2c9a3b92 Cleans up documentation links to RDF specifications 1 year ago
Tpt 57d39cad24 Makes Clippy happy 1 year ago
Tpt adda2d2d7e Makes hash join into for loop join optimization more aggressive 1 year ago
Tpt 22f990344f Fixes hash left join into for loop left join optimization 1 year ago
Tpt 4cc9e4008b Fixes empty IN expression optimization 1 year ago
Tpt 0a064a8704 SPARQL: Prevents ForLoopLeftJoin with MINUS 1 year ago
Tpt 7b9e9f9694 SPARQL: Makes average function works with yearMonthDuration and dayTimeDuration 1 year ago
Tpt 63945638ea XSD: Adds checked_neg operation 1 year ago
Tpt d24461fc42 XSD: Improves arithmetic computations 1 year ago
Tpt e96672a2a8 SPARQL plan: allows AND and OR to have more than 2 children 1 year ago
Tpt 7175784356 Improves Clippy lint list 1 year ago
Thomas 704440538d Adds EXISTS operation to the profiler output 1 year ago
Tpt 79c5e3918e SPARQL plan: fixes used variable lookup in quoted triple patterns 1 year ago
Tpt 3e0f6b5405 Applies oxigraph crate clippy lint to the complete project 1 year ago
Maximilian Goisser 1d02098b70 Fix missing GSPO compaction 1 year ago
Tpt 86bbebf93c Fixes evaluation of empty aggregation without GROUP BY 1 year ago
Tpt a977adff91 Allows to collect RocksDB statistics 1 year ago
Tpt 60ffd99ad8 Exposes the query profiler to the CLI app 1 year ago
Tpt dcd59ac4dd Adds a way to add profiling to the evaluator 1 year ago
Tpt 81793bc221 Makes nested PlanNode easy to clone 1 year ago
Tpt 9dc1106b9a SPARQL query plan: attach original RDF terms 1 year ago
Tpt 6af6c9c0eb Bulk loader: fixes the progress indicator display 2 years ago
Tpt 7787be6e84 Bulk loader: pre-allocate some buffers 2 years ago
Tpt 13976014e7 Bulk loader: reduces default system parameters 2 years ago
Tpt fbcbd60c0e Python: adds Store.bulk_extend 2 years ago
Tpt 26f4e2dc98 Allows to have secondary instances in memory 2 years ago
Tpt 5f68cb3746 Cleans up RocksDB wrapper code and implements backup from read-only and secondary instances 2 years ago
Tpt b2385509a6 Improves read only and secondary test coverage 2 years ago
Tpt 855c39146d Replaces Store::open_with_options with explicit variants 2 years ago
Tpt 9729ec8ed3 Adds features annotations to docs.rs 2 years ago
Tpt ef2701dc0c Makes new Clippy happy 2 years ago
Benedikt Seidl f7637ee5a5 Add option to open database in read-only mode 2 years ago
Benedikt Seidl aa9476b9cc Add option to open rocksdb in secondary mode 2 years ago
Tpt afdb1f76e8 Adds a typo linter as part of the CI 2 years ago
Tpt 8684b82893 Properly expose oxigraph::sparql::QueryDataset 2 years ago
Tpt 2d19a19320 Fixes TriG serialization 2 years ago
Tpt 07e105e1be Property path: faster eval for closed path 2 years ago
Tpt 0a78eacfcd SPARQL: Makes sure there are no duplicates when evaluating (a|b) property paths 2 years ago
Tpt a7bc31b446 SPARQL regex: compile ahead of time if possible 2 years ago
Tpt 5c055e0d12 Removes Eq derive on query plan 2 years ago
Tpt 1fa0633db3 Library: adds basic WASI support 2 years ago
Tpt 719cde2eac Implements SEP-0002 ADJUST function 2 years ago
Tpt 3485833875 Makes Datetime.checked_sub return DayTimeDuration 2 years ago
Tpt 76dd879ea6 Implements LATERAL join 2 years ago
Tpt 854e29ee38 Makes XSD datatypes a standalone crate 2 years ago
Tpt 1ded5ac4b4 SPARQL eval: Makes sure to avoid overflow when estimating result size upper bound 2 years ago
Tpt 808c9db007 String formatting: uses inline syntax 2 years ago