CMAX
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
Find the greatest element in the collection.
Syntax
CMAX(<collection of number, string or temporal>)
Example
CMAX([null, 1, 2]) // 2