fluree / db

Fluree database library
https://fluree.github.io/db/
Other
330 stars 21 forks source link

Query protocol implementations for DataSets #785

Closed zonotope closed 1 month ago

zonotope commented 1 month ago

This patch implements the recently defined NodeFormatter and Matcher protocols that back the query functionality for DataSet instances. This allows the query code to be fully generic and more flexible, and allows us to treat datasets more like any other db type instead of a special case.