Timestream.greatest

Timestream.greatest(rhs)

Return a Timestream with the maximum value of self and rhs at each point.

Parameters:

rhs (Arg)

The Timestream or literal value to compare to this.

Returns:

Timestream

Each point contains the value from self if self

is greater than rhs, otherwise it contains rhs.

If any input is null or NaN, then that will be

the result.

See Also

This returns the greatest of two values. See max for the maximum of values in a column.