Tpt
|
36bc870ca8
|
Drops base_iri from QueryOptions and allows to Give a Query object to execute
The base IRI should now be given to the Query::parse method
|
5 years ago |
Tpt
|
3f3406e1a0
|
Adds concrete PreparedQuery structs and deprecates the trait
Allows to explicitly state the type of prepared queries
|
5 years ago |
Tpt
|
cc7c92092f
|
Provides a nice API for SPARQL SELECT solutions handling
|
5 years ago |
Tpt
|
2866e1e3bd
|
Introduces a custom error type for the SPARQL parser
The SPARQL parser and algebra does not directly depends now on the other parts of Oxigraph outside of the RDF model
|
5 years ago |
Tpt
|
cdb4cc4a39
|
Simplifies the public API
|
5 years ago |
Tpt
|
2d31de987a
|
Introduces ReadableEncodedStore
|
5 years ago |
Tpt
|
2b85a06487
|
Migrates to oxiri and oxilangtag
|
5 years ago |
Tpt
|
23f5ac78ed
|
Drops dependency on anyhow to get something implementing std::error::Error
Closes #25
|
5 years ago |
Tpt
|
73f61884c1
|
Breaking: Uses anyhow instead of failure
Closes #25
|
5 years ago |
Tpt
|
7cd5558d2b
|
Adds extra compiler and Clippy lints
|
5 years ago |
Tpt
|
05a32f7d7a
|
Improves slightly code style
|
5 years ago |
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
Introduces QueryOptions
|
5 years ago |
Tpt
|
88a97aa904
|
Make StrContainer.insert_str mutable
Allows to avoid some not useful RwLock
|
5 years ago |
Tpt
|
df8e265f0f
|
Use hashing for key storage
Simplifies code related to string storage
Avoids to insert strings when doing lookups on Repository
|
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
Avoids recursive calls to next()
|
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
Simpler and faster API (SPARQL parser was reading into a String anyway)
|
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
Allows to upgrades to the latest versions of RocksDB and avoid some behaviors that could cause unexpected crashes
|
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
Will allow to avoid a lot of copies
|
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
Keeps everything related to SPARQL in one place
|
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 |