Expand description

server contains the query server, which is the main high level construction to coordinate queries and operations in the server.

Structs

Traits

The QueryServerTransaction trait provides a set of common read only operations to be shared between QueryServerReadTransaction and QueryServerWriteTransactions.