Timestream.greatest
- Timestream.greatest(rhs)
-
Return a Timestream with the maximum value of
selfandrhsat each point.- Parameters:
-
rhs (Arg)
The Timestream or literal value to compare to this.
- Returns:
-
Each point contains the value from
selfifselfis greater than
rhs, otherwise it containsrhs.If any input is
nullorNaN, then that will bethe result.
See AlsoThis returns the greatest of two values. See
maxfor the maximum of values in a column.