Timestream.lookup
- Timestream.lookup(key)
-
Return a Timestream looking up the value of
self
for eachkey
.For each non-
null
point in thekey
timestream, returns the valuefrom
self
at that time and associated with thatkey
. Returnsnull
if the
key
isnull
or if there is novalue
computed for that keyat the corresponding time.
- Parameters:
-
key (Arg)
The foreign key to lookup. This must match the type of the keys in
self
.