Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhli1142015 committed May 27, 2024
1 parent 5279387 commit d2676f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions velox/docs/functions/spark/aggregate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ General Aggregate Functions
.. spark:function:: max(x) -> [same as x]
Returns the maximum value of `x`.
Note: In Spark, the timestamp type represents a time instant in microsecond
precision.

.. spark:function:: max_by(x, y) -> [same as x]
Expand All @@ -104,6 +106,8 @@ General Aggregate Functions
.. spark:function:: min(x) -> [same as x]
Returns the minimum value of `x`.
Note: In Spark, the timestamp type represents a time instant in microsecond
precision.

.. spark:function:: min_by(x, y) -> [same as x]
Expand Down

0 comments on commit d2676f3

Please sign in to comment.