EventTimeIterable

Methods

MethodDescription
collect
max
min

Properties

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

Method Details

collect

max

min


Property Details

dt

Change this Iterable of EventTime into an Iterable of corresponding UTC DateTimes.

Returns

TypeDescription
ResultUtcDateTimeIterableIterable of UTC datetimes for each EventTime.

event_id

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

Returns

TypeDescription
UsizeIterableIterable of event ids associated to each EventTime.

t

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

Returns

TypeDescription
I64IterableIterable of millisecond timestamps since the Unix epoch for each EventTime.