queries
Table of Contents
Traits
- CountQueryTrait
- Provides an ArangoDB query to count the number of documents in a collection.
- ExistQueryTrait
- Provides an ArangoDB query to check the existence of documents.
- FacetCountsQueryTrait
- Builds the AQL query that computes per-value **facet counts** for several
dimensions at once, alongside (not replacing) the document list.
- GetQueryTrait
- Provides an ArangoDB query for a single document retrieval.
- LastQueryTrait
- Provides an ArangoDB query to fetch the last document from the collection.
- ListQueryTrait
- Provides an ArangoDB query to list retrieval capabilities for document collections.
- UpsertQueryTrait
- Provides an ArangoDB query for an upsert clause (upsert or repsert modes).