Constants§
- EPOCH_
DAYS_ FROM_ CE - Number of days between 0001-01-01 and 1970-01-01
- MICROSECONDS
- Number of microseconds in a second
- MICROSECONDS_
IN_ DAY - Number of microseconds in a day
- MILLISECONDS
- Number of milliseconds in a second
- MILLISECONDS_
IN_ DAY - Number of milliseconds in a day
- NANOSECONDS
- Number of nanoseconds in a second
- NANOSECONDS_
IN_ DAY - Number of nanoseconds in a day
- SECONDS_
IN_ DAY - Number of seconds in a day
Functions§
- time_
unit_ multiple - Get the time unit as a multiple of a second
- utf8_
to_ naive_ timestamp_ scalar - Parses
value
toOption<i64>
consistent with the Arrow’s definition of timestamp without timezone. Returns in scaletz
ofTimeUnit
. - utf8_
to_ timestamp_ scalar - Parses
value
toOption<i64>
consistent with the Arrow’s definition of timestamp with timezone.