The query engine itself is like a DAG of 'operators', similar to a relational DB (or more like a graph one) with scanners, filters, and matchers.
Very fun, although not at all efficient and probably overengineered for what it does :)
The query engine itself is like a DAG of 'operators', similar to a relational DB (or more like a graph one) with scanners, filters, and matchers.
Very fun, although not at all efficient and probably overengineered for what it does :)