aboutsummaryrefslogtreecommitdiffstats
path: root/test/graph/test_resolve.py
AgeCommit message (Collapse)Author
2023-03-02removed author and license notices from individual filesMatthias Baumgartner
2023-03-02Node getters in bsfs.Graph:Matthias Baumgartner
* Empty nodes instance (Graph.empty) * Order-preserving get query (Graph.sorted) * Collect common code in private Graph.__get * Empty query in Graph.get * Empty query in Graph.resolve.Filter * Empty query in AC: filter_read
2023-01-15Distance filter ast nodeMatthias Baumgartner
2023-01-15Feature as Literal instead of Predicate subtypeMatthias Baumgartner
2023-01-12cleanup and cosmetic changesMatthias Baumgartner
2023-01-12number literal adaptionsMatthias Baumgartner
2023-01-12changed path to from_string in clientsMatthias Baumgartner
2023-01-12renamed get_child to child in schema.types._Type and _Vertex to Vertex in ↵Matthias Baumgartner
schema.types
2022-12-22filter-ast based get interface in graph.Matthias Baumgartner
* Graph interface: Graph.get added * Node instance resolver so that Nodes can be used in a filter ast * AC interface: filter_read added to interface * upstream test adjustments of previous sparql store changes