Commit Graph

647 Commits (807cf0d436167b78979548a7adfcb26dd923a291)

Author SHA1 Message Date
Tpt c6e55c706a RDF serialization: removes implicit flush 1 year ago
Tpt f183196859 Adopt new I/O API for parsing 1 year ago
Tpt 217abaf7ee Adopt new I/O API for serialization 1 year ago
Tpt 7cd383af79 Introduces OxRDF I/O stand-alone crate 1 year ago
Tpt b06d6506cb Fixes "let else" formatting 1 year ago
Tpt 3adf33d2f4 Renames "parse_from_read" to "parse_read" 1 year ago
Tpt 922023b1da Parsers do not need BufRead anymore 1 year ago
Tpt 077c1fc1a8 Improves XSD errors and code organization 1 year ago
Tpt 1e1ed65d3b Stop assuming JS platform when compiling to wasm32-unknown-unknown 1 year ago
Thomas 8e770fbb5d SPARQL: Removes intermediate query plan representation 1 year ago
Thomas c31ba0e823 Makes sparopt figure out good join keys 1 year ago
Thomas 501f9ce6f9 Makes profiler independent from query plan 1 year ago
Thomas 24a1dd2556 Applies some recent Clippy lints 1 year ago
Tpt c8e718ed2d Properly document features in docs.rs 1 year ago
Tpt f6c8358b24 Refactor parsers error types 1 year ago
Tpt 69d8ce6b4e Migrates RDF/XML parser from Rio 1 year ago
Tpt 001b6e07b7 Enforces "return self not must use" lint 2 years ago
Tpt cb9922379c Uses "let else" syntax where relevant 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 76deca135c BulkLoader: Uses thread::scope 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 5f2c9a3b92 Cleans up documentation links to RDF specifications 2 years ago
Tpt 57d39cad24 Makes Clippy happy 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 3e0f6b5405 Applies oxigraph crate clippy lint to the complete project 2 years ago
Maximilian Goisser 1d02098b70 Fix missing GSPO compaction 2 years ago
Tpt 86bbebf93c Fixes evaluation of empty aggregation without GROUP BY 2 years ago
Tpt a977adff91 Allows to collect RocksDB statistics 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