Tpt
|
8eac1efe4b
|
Fixes an error in Python documentation
|
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
|
fdc0dbbeef
|
Adds #[inline] annotations to simple public functions
|
5 years ago |
Tpt
|
2b1ca1b7ec
|
Improves python bindings : more functions and documentation
|
5 years ago |
Tpt
|
8bc84b2820
|
Adds borrowed data structures for RDF terms
|
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
|
923beb6300
|
Use io::Error in load_graph and load_dataset errors
It is possible to find the kind of error (parsing, loading...) using the std::io::ErrorKind enumeration
|
5 years ago |
Tpt
|
9d4fe700d6
|
Cleans up code related to file syntaxes
|
5 years ago |
Tpt
|
a3dce12d94
|
Makes SPARQL query execution static and simplify federation
|
5 years ago |
Tpt
|
f74bc12a18
|
Adds basic Python bindings to Oxigraph
|
5 years ago |