NestedOptionEventTimeIterable

Methods

MethodDescription
collect
max
min

Properties

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

Method Details

collect

max

min


Property Details

dt

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

Returns

TypeDescription
NestedResultOptionUtcDateTimeIterableNested iterable of UTC datetimes for each EventTime, if available.

event_id

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

Returns

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

t

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

Returns

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