Timestream.null_if
- Timestream.null_if(condition)
-
Return a
Timestream
fromself
at points wherecondition
is notfalse
, andnull
otherwise.- Parameters:
-
condition (Arg)
The condition to check.
Return a Timestream
from self
at points where condition
is not false
, and null
otherwise.
condition (Arg)
The condition to check.