ibis.expr.api.IntegerValue.to_timestamp¶
-
IntegerValue.
to_timestamp
(unit='s')¶ Convert integer UNIX timestamp (at some resolution) to a timestamp type
- Parameters
unit ({'s', 'ms', 'us'}) – Second (s), millisecond (ms), or microsecond (us) resolution
- Returns
timestamp
- Return type
timestamp value expression