Commit Graph

412 Commits (4eb554cf22c0f7eb5ca013f25e0871c9bf775ad0)

Author SHA1 Message Date
Tpt 56b7efb461 Makes sparesults formatter API closer to oxrdfio 2 years ago
Tpt 1eaa77ad93 Uses new rustdoc <div class="warning"> style 2 years ago
Tpt 7fe055d2b4 Exposes SPARQL results I/O in Oxigraph and improve EvaluationError 2 years ago
Tpt f10e5a40a3 Enables more Clippy lints 2 years ago
Tpt f183196859 Adopt new I/O API for parsing 2 years ago
Tpt 217abaf7ee Adopt new I/O API for serialization 2 years ago
Tpt 922023b1da Parsers do not need BufRead anymore 2 years ago
Tpt 077c1fc1a8 Improves XSD errors and code organization 2 years ago
Tpt 1e1ed65d3b Stop assuming JS platform when compiling to wasm32-unknown-unknown 2 years ago
Thomas 8e770fbb5d SPARQL: Removes intermediate query plan representation 2 years ago
Thomas c31ba0e823 Makes sparopt figure out good join keys 2 years ago
Thomas 501f9ce6f9 Makes profiler independent from query plan 2 years ago
Thomas 24a1dd2556 Applies some recent Clippy lints 2 years ago
Tpt 69d8ce6b4e Migrates RDF/XML parser from Rio 2 years ago
Tpt 71b1768d28 New N3/Turtle/TriG/N-Triple/N-Quad parsers and serializers 2 years ago
Tpt a1cbfdf67d Improves some code style details 2 years ago
Tpt 01caaa5d70 calendar subtraction: it should return xsd:dayTimeDuration following XPath 2 years ago
Tpt 40b10cdabc Adds a naive standalone query optimizer 2 years ago
Tpt 7c0563cb1b XSD type structs: use by-value instead of by-ref in methods 2 years ago
Tpt a8abf26913 Enables some extra Clippy lints 2 years ago
Tpt c016116b09 Makes Clippy 1.65 happy 2 years ago
Tpt acf83d4a31 Fixes || evaluation when all alternatives are false 2 years ago
Tpt 1c1531f640 Simplifies some rust doc links 2 years ago
Tpt 8c68cf4041 Makes SPARQL AVG aggregate function simpler 2 years ago
Tpt adda2d2d7e Makes hash join into for loop join optimization more aggressive 2 years ago
Tpt 22f990344f Fixes hash left join into for loop left join optimization 2 years ago
Tpt 4cc9e4008b Fixes empty IN expression optimization 2 years ago
Tpt 0a064a8704 SPARQL: Prevents ForLoopLeftJoin with MINUS 2 years ago
Tpt 7b9e9f9694 SPARQL: Makes average function works with yearMonthDuration and dayTimeDuration 2 years ago
Tpt 63945638ea XSD: Adds checked_neg operation 2 years ago
Tpt d24461fc42 XSD: Improves arithmetic computations 2 years ago
Tpt e96672a2a8 SPARQL plan: allows AND and OR to have more than 2 children 2 years ago
Tpt 7175784356 Improves Clippy lint list 2 years ago
Thomas 704440538d Adds EXISTS operation to the profiler output 2 years ago
Tpt 79c5e3918e SPARQL plan: fixes used variable lookup in quoted triple patterns 2 years ago
Tpt 86bbebf93c Fixes evaluation of empty aggregation without GROUP BY 2 years ago
Tpt 60ffd99ad8 Exposes the query profiler to the CLI app 2 years ago
Tpt dcd59ac4dd Adds a way to add profiling to the evaluator 2 years ago
Tpt 81793bc221 Makes nested PlanNode easy to clone 2 years ago
Tpt 9dc1106b9a SPARQL query plan: attach original RDF terms 2 years ago
Tpt ef2701dc0c Makes new Clippy happy 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 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