OptionEventTimeIterable

Methods

MethodDescription
collect
max
min

Properties

PropertyDescription
dtChange this Iterable of Optional[EventTime] into an Iterable of corresponding UTC DateTimes.
event_idChange this Iterable of Optional[EventTime] into an Iterable of their associated event ids.
tChange this Iterable of Optional[EventTime] into an Iterable of corresponding Unix timestamps in milliseconds.

Method Details

collect

max

min


Property Details

dt

Change this Iterable of Optional[EventTime] into an Iterable of corresponding UTC DateTimes.

Returns

TypeDescription
ResultOptionUtcDateTimeIterableIterable of UTC datetimes for each EventTime, if available.

event_id

Change this Iterable of Optional[EventTime] into an Iterable of their associated event ids.

Returns

TypeDescription
OptionUsizeIterableIterable of event ids associated to each EventTime, if available.

t

Change this Iterable of Optional[EventTime] into an Iterable of corresponding Unix timestamps in milliseconds.

Returns

TypeDescription
OptionI64IterableIterable of millisecond timestamps since the Unix epoch for each EventTime, if available.