Skip to content

Commit

Permalink
DEV: add link from FT.AGGREGATE page to APPLY expressions ref. (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwdougherty authored Jun 24, 2024
1 parent 83f4211 commit 3149b33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/commands/ft.aggregate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ applies a 1-to-1 transformation on one or more properties and either stores the

`expr` is an expression that can be used to perform arithmetic operations on numeric properties, or functions that can be applied on properties depending on their types (see below), or any combination thereof. For example, `APPLY "sqrt(@foo)/log(@bar) + 5" AS baz` evaluates this expression dynamically for each record in the pipeline and store the result as a new property called `baz`, which can be referenced by further `APPLY`/`SORTBY`/`GROUPBY`/`REDUCE` operations down the
pipeline.

See [APPLY expressions]({{< baseurl >}}/develop/interact/search-and-query/advanced-concepts/aggregations/#apply-expressions) for details.
</details>

<details open>
Expand Down

0 comments on commit 3149b33

Please sign in to comment.