Timestream.shift_to
- Timestream.shift_to(time)
-
Return a Timestream shifting each point forward to
time
.If multiple values are shifted to the same time, they will be emitted in
the order in which they originally occurred.
- Parameters:
-
time (Arg)
The time to shift to. This must be a datetime or a Timestream of timestamp_ns.
- Raises:
-
When
time
is a datetime (shift_to literal not yet implemented).