Module aragog::query

source ·
Expand description

contains querying struct and functions.

Structs

  • Struct representing one AQL comparison in a Query.
  • Builder for Comparison
  • Allows to filter a query according to different Comparison.
  • A query utility for ArangoDB to avoid writing simple AQL strings. After building can be rendered as an AQL string with the aql_str method.
  • Results of AQL query as a cursor in order to batch the communication between server and client.
  • Query result containing the queried documents

Enums