pub fn greatest3<t1, t2, t3>(t1: t1, t2: t2, t3: t3) -> greatest3<t1, t2, t3>
Expand description
The SQL function greatest
.
Used to find the greatest value of the inputs.
pub fn greatest3<t1, t2, t3>(t1: t1, t2: t2, t3: t3) -> greatest3<t1, t2, t3>
The SQL function greatest
.
Used to find the greatest value of the inputs.