Module query

Source

Structs§

CompoundQuery
Represents a compound query composed of multiple Querys.
CompoundQueryBuilder
Builder for CompoundQuery
SingleQuery
Represents a single query on a collection for a given use case.
SingleQueryBuilder
Builder for SingleQuery

Enums§

Query
The root Query type, which can be either a SingleQuery or a CompoundQuery.
QueryType
Specifies the type of a CompoundQuery, defining how its Querys are combined.