diff --git a/docs/developer-guide/ksqldb-reference/aggregate-functions.md b/docs/developer-guide/ksqldb-reference/aggregate-functions.md index 18ef76f59593..9c6da70afd90 100644 --- a/docs/developer-guide/ksqldb-reference/aggregate-functions.md +++ b/docs/developer-guide/ksqldb-reference/aggregate-functions.md @@ -17,6 +17,7 @@ For more information, see - [COLLECT_SET](#collect_set) - [COUNT](#count) - [COUNT_DISTINCT](#count_distinct) + - [EARLIEST_BY_OFFSET](#earliest_by_offset) - [HISTOGRAM](#histogram) - [LATEST_BY_OFFSET](#latest_by_offset) - [MAX](#max)