CMIN
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 smallest element in the collection.
Syntax
CMIN(<collection of number, string or temporal>)
Example
CMIN([1, 2]) // 1
CMIN([null, 1, 2]) // null