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 |
Tpt
|
d933660ed7
|
Adds a basic incomplete SPARQL parser
|
7 years ago |