Module aragog::query[][src]

contains querying struct and functions.

Structs

Comparison

Struct representing one AQL comparison in a Query.

ComparisonBuilder

Builder for Comparison

Filter

Allows to filter a query according to different Comparison. as an AQL string with the to_aql method.

JsonQueryResult

Result of a succeeded Query. Contains a Vec of serde_json::Value. The structure has methods to retrieve typed models (get_records).

Query

A query utility for ArangoDB to avoid writing simple AQL strings. After building can be rendered as an AQL string with the to_aql method.

RecordQueryResult

Typed Query result

Enums

SortDirection

The direction for Query sort method