The backend for DistributedDriver
A profile and driver for distributed queries.
Represents a computation that needs to be performed by another driver.
A simple database engine that stores data in heap data structures.
A profile and driver for interpreted queries on top of the in-memory database.
The querying (read-only) part that can be shared between MemoryDriver and DistributedDriver.
A query interpreter for the MemoryDriver and for client-side operations that need to be run as part of distributed queries against multiple backends.
In-memory interpretation of queries and scheduler for distributed queries (i.e. combining several backends).