NestedEventTimeIterable

Methods

MethodDescription
collect
max
min

Properties

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

Method Details

collect

max

min


Property Details

dt

Change this nested Iterable of EventTime into a nested Iterable of corresponding UTC DateTimes.

Returns

TypeDescription
NestedResultUtcDateTimeIterableNested iterable of UTC datetimes for each EventTime.

event_id

Change this nested Iterable of EventTime into a nested Iterable of their associated event ids.

Returns

TypeDescription
NestedUsizeIterableNested iterable of event ids associated to each EventTime.

t

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

Returns

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