Module cudb::query[][src]

Expand description

User-facing query representation.

Structs

Complete query operation.

Enums

A single query constraint on a field.

Projection of a single field of the projection document.

The order that the results should be sorted in.

Traits

Exists so that we can implement functions on ConstraintDocument.

Type Definitions

Document type modeling query constraints.

Projection of fields during a query (analogous to SQL SELECT).