Tpt
|
7175784356
|
Improves Clippy lint list
|
2 years ago |
Tpt
|
c1d2cf030d
|
Makes Clippy happy
|
3 years ago |
Tpt
|
e9bbe8e036
|
Applies new Clippy suggestions
|
3 years ago |
Yuri Astrakhan
|
3bed098e9e
|
A few minor spelling fixes
|
3 years ago |
Tpt
|
b469060227
|
Makes QueryResults::read return ParseError
|
3 years ago |
Tpt
|
4efd193708
|
Improves documentation
|
3 years ago |
Tpt
|
34cc602e0b
|
Makes SolutionsWriter input type broader
|
3 years ago |
Tpt
|
850b8eddcf
|
Moves out of Oxigraph SPARQL results parser and serializers
|
3 years ago |
Tpt
|
f5545f1948
|
Makes Oxigraph model standalone as oxrdf
Allows to reuse it in other crates like spargebra
|
3 years ago |
Tpt
|
72a17c4f72
|
Avoids using std::io::Error where possible
|
3 years ago |
Tpt
|
01a33192eb
|
Adds a public API for SPARQL query results I/O
|
3 years ago |
Tpt
|
3daaef71ff
|
Fixes doc test
|
3 years ago |
Tpt
|
f64001906c
|
Minor documentation improvements
|
3 years ago |
Tpt
|
f262df9f53
|
Improve Oxigraph server CLI API
|
3 years ago |
Tpt
|
97bb227042
|
Migrates to Rust 2021
|
3 years ago |
Tpt
|
f6dbb96327
|
Makes Clippy happy
|
3 years ago |
Tpt
|
1ddc9a8788
|
Fixes SPARQL FILTER evaluation with VALUES and subqueries
|
4 years ago |
Tpt
|
f084cfe332
|
Enables more Clippy lints and enforces them
|
4 years ago |
Tpt
|
f9e8bb7c4e
|
XML query results: fixes nested triples parsing
|
4 years ago |
Tpt
|
c18281183a
|
Uses std::io::Result where relevant
|
4 years ago |
Tpt
|
cde2672cdd
|
Adds JSON deserializer
Closes #47
|
4 years ago |
Tpt
|
0efc5b4654
|
Renames SledStore to Store and cleans up files hierarchy
|
4 years ago |
Tpt
|
be4a5b0b6b
|
Moves SPARQL parser and algebra to an independent crate
|
4 years ago |
Tpt
|
1662bd7e57
|
Removes the MemoryStore
|
4 years ago |
Tpt
|
cc43742da1
|
Makes Clippy 1.51 happy
|
4 years ago |
Tpt
|
7f8bbce07f
|
Makes rustdoc build the internal links in the documentation
|
4 years ago |
Tpt
|
773bdb943e
|
Drops QueryOption parameter from the query method
Introduces a query_opt method for that
|
4 years ago |
Tpt
|
c6d26a2a37
|
Easy parsing of terms from their serialization and SPARQL TSV parser
|
5 years ago |
Tpt
|
359da8d9c3
|
Makes Variable::new validate the variable name
Allows to be sure that the variables name is always valid and easily serializable
|
5 years ago |
Tpt
|
37fc3f4929
|
python: Allows to unpack QuerySolution
|
5 years ago |
Tpt
|
21c2f6d870
|
Implements CSV and TSV results serialization
|
5 years ago |
Tpt
|
6b3062f496
|
Renames some sparql module element and improves documentation
QueryResult -> QueryResults
QueryResultFormat -> QueryResultsFormat
QuerySolutionsIterator -> QuerySolutionIter
QueryTriplesIterator -> QueryTripleIter
|
5 years ago |
Tpt
|
db6dbea1ec
|
Removes all deprecated items
|
5 years ago |
Tpt
|
fdc0dbbeef
|
Adds #[inline] annotations to simple public functions
|
5 years ago |
Tpt
|
a0c5cf7286
|
Adds links to the code documentation
|
5 years ago |
Tpt
|
9038ab3921
|
Converts oxigraph::Error into oxigraph::sparql::EvaluationError
|
5 years ago |
Tpt
|
5640b0a32d
|
Renames *Syntax into *Format
It is a simpler word that matches more the current usages
|
5 years ago |
Tpt
|
7f418fffc3
|
Makes syntax enumerations non exhaustive
|
5 years ago |
Tpt
|
0bc5e235eb
|
Adds a serializers API and improves the parser API
|
5 years ago |
Tpt
|
35fd315585
|
Adds QueryTriplesIterator
|
5 years ago |
Tpt
|
3e11180405
|
Converts all "&mut impl Write" into "impl Write"
Write is implemented for all &mut impl Write so it makes the API a bit easier to use
|
5 years ago |
Tpt
|
d7dc9c88a5
|
Adds a file parsing API
|
5 years ago |
Tpt
|
9d4fe700d6
|
Cleans up code related to file syntaxes
|
5 years ago |
Tpt
|
0d4743f452
|
Uses io::Error for all basic disk store operations
|
5 years ago |
Tpt
|
562cda7d97
|
Makes doc tests fail on warning
|
5 years ago |
Tpt
|
1ee4ee1a96
|
Simplifies QueryResults write API and adds examples
|
5 years ago |
Tpt
|
a3dce12d94
|
Makes SPARQL query execution static and simplify federation
|
5 years ago |
Tpt
|
3926fdc219
|
Renames QueryResult::Bindings into QueryResult::Solutions
|
5 years ago |
Tpt
|
71016ce475
|
Makes the format from MIME type converter accept more MIME types
|
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 |