Skip to content

Commit

Permalink
Update Aggregate section
Browse files Browse the repository at this point in the history
  • Loading branch information
xzdandy committed Sep 16, 2023
1 parent 40a29d0 commit e42dccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/overview/model-inference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ EvaDB also provides specialized array operators to construct queries. Go over bu
4. Aggregate Functions

Models or user-defined functions can also act as aggregate functions for ``GROUP BY``. Typical usecases are action recognition.
Models can also be executed on a sequence of frames, particularly for action detection. This can be accomplished by utilizing ``GROUP BY`` and ``SEGMENT`` to concatenate consecutive frames into a single segment.

.. code-block:: sql
Expand Down

0 comments on commit e42dccb

Please sign in to comment.