Skip to content

OptionEventTimeIterable #

Bases: object

dt property #

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

Returns:

Type Description
ResultOptionUtcDateTimeIterable

Iterable of UTC datetimes for each EventTime, if available.

Raises:

Type Description
TimeError

Returns TimeError on timestamp conversion errors (e.g. out-of-range timestamp).

event_id property #

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

Returns:

Type Description
OptionUsizeIterable

Iterable of event ids associated to each EventTime, if available.

t property #

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

Returns:

Type Description
OptionI64Iterable

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

__eq__(value) #

Return self==value.

__ge__(value) #

Return self>=value.

__gt__(value) #

Return self>value.

__iter__() #

Implement iter(self).

__le__(value) #

Return self<=value.

__len__() #

Return len(self).

__lt__(value) #

Return self<value.

__ne__(value) #

Return self!=value.

__repr__() #

Return repr(self).

collect() #

max() #

min() #