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