Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithrandie committed Jun 22, 2017
1 parent 243b420 commit aa4b747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_posts/2006-01-02-aggregate-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ _expr_
: [value]({{ '/reference/value.html' | relative_url }})

_return_
: [value]({{ '/reference/value.html' | relative_url }})
: [primitive type]({{ '/reference/value.html#primitive_types' | relative_url }})

Returns the maximum value of non-null values of _expr_.
If all values are null, return null.
Expand All @@ -73,7 +73,7 @@ _expr_
: [value]({{ '/reference/value.html' | relative_url }})

_return_
: [value]({{ '/reference/value.html' | relative_url }})
: [primitive type]({{ '/reference/value.html#primitive_types' | relative_url }})

Returns the minimum value of non-null values of _expr_.
If all values are null, return null.
Expand Down

0 comments on commit aa4b747

Please sign in to comment.