Commit Graph

85 Commits (9f414c13fd11bf69f3d7d7503b611d56a992b64d)

Author SHA1 Message Date
Tpt a1fcb6a9b7 Simplifies the definition of the ServiceHandler trait 5 years ago
Tpt b178f5dc4c Improves documentation for the `ServiceHandler` struct 5 years ago
Tpt df3702ba89 Makes QueryOptions all passed to the prepare method 5 years ago
Tpt b4065e607c Runs cargo fmt 5 years ago
Dustin Whitney 5fe7b9e0d3 added some docs 5 years ago
Dustin Whitney 5912e4c40b tests working 5 years ago
Dustin Whitney a8ce5653f7 clean up warnings 5 years ago
Dustin Whitney 0e12edfdc9 refactored prepare_query 5 years ago
Dustin Whitney 9d83649a08 working 5 years ago
Dustin Whitney aea8dcebb9 wiring hooked up 5 years ago
Dustin Whitney 40680956ba setup ServiceHandler 5 years ago
Tpt e3fe4c5dc6 Allows to query the union all of graphs as the default graph 5 years ago
Tpt 88a97aa904 Make StrContainer.insert_str mutable 5 years ago
Tpt df8e265f0f Use hashing for key storage 5 years ago
Tpt b0988aa4b9 Avoids to insert strings in the store while building the query plan 5 years ago
Tpt 1cce2d26a5 Implements SPARQL property path evaluation 5 years ago
Tpt d2a5d7d83a Avoids not useful Arc and clones in SPARQL evaluation 5 years ago
Tpt 3beecdff76 Implements SPARQL 1.1 functions 5 years ago
Tpt 153eeb1033 Adds JSON SPARQL results output 5 years ago
Tpt 8e87396d5e Allows to set the base IRI for SPARQL queries 5 years ago
Tpt 45d78d490d Makes RepositoryConnection.prepare_query take &str instead of Read 5 years ago
Tpt 620b1c1df4 Splits out PlanBuilder to sparql::plan_builder 5 years ago
Tpt d617e72550 Cleanup SPARQL module public API 5 years ago
Tpt 21ad76c7cf Introduces Repository and RepositoryConnection and simplifies API 5 years ago
Tpt 1e0d803272 Makes code more "Rust 2018" idiomatic 6 years ago
Tpt 6862fd346e Applies "cargo fix --edition" 6 years ago
Tpt 02d0d740e1 Improves documentation 6 years ago
Tpt e752277a1b Implements SPARQL DESCRIBE 6 years ago
Tpt 9ae5f4fcb7 Implements SPARQL CONSTRUCT 6 years ago
Tpt 6e2471de0b Adds support of SPARQL ASK queries 6 years ago
Tpt bd5c737334 Allows to set BindingsIterator lifetime 6 years ago
Tpt 1772f3df07 Adds a "prepare" step during SPARQL query execution 6 years ago
Tpt 071b3934b7 Applies more clippy lints 6 years ago
Tpt 654ee215d5 [SPARQL] Adds an evaluation plan intermediate representation 6 years ago
Tpt 23387ab76e Makes repository root directory a Cargo workspace 6 years ago
Tpt 002afb53b4 Moves SPARQL evaluation out of store module 6 years ago
Tpt 5cff79c372 Improves documentation and public interfaces 6 years ago
Tpt 7ed4252ad8 Adds beginning of SPARQL evaluation 6 years ago
Tpt 21a4b78105 Starts to use the standard SPARQL algebra as SPARQL AST 7 years ago
Tpt d933660ed7 Adds a basic incomplete SPARQL parser 7 years ago