functions
Table of Contents
Classes
- ArrayFunction
- AQL provides functions for higher-level array manipulation in addition to language constructs that can also be used for arrays.
- BitFunction
- AQL offers functions for bit manipulation on unsigned integers (0 … 2³² - 1, up to 32 bits).
- CastingFunction
- CheckFunction
- DateFunction
- AQL includes functions to work with dates as numeric timestamps and as ISO 8601 date time strings.
- DocumentFunction
- GeoFunction
- MiscFunction
- AQL functions that do not fall into other categories are listed here.
- NumericFunction
- AQL offers functions for numeric calculations.
- RelationalFunction
- SearchFunction
- ArangoSearch-specific AQL functions: context (analyzer/boost), filtering,
scoring and search highlighting. These functions are meant to be used inside
a `SEARCH` operation against a View (or a `FILTER` backed by an inverted index).
- StringFunction
- AQL offers functions for string processing.