Expand description
Defines temporal kernels for time and date related functions.
Macrosยง
Enumsยง
- Date
Part - Valid parts to extract from date/time/timestamp arrays.
Traitsยง
- Chrono
Date ๐Ext - Extract
Date ๐Part Ext - Implement the specialized functions for extracting date part from temporal arrays.
Functionsยง
- date_
part - Given an array, return a new array with the extracted
DatePart
as signed 32-bit integer values. - get_
date_ ๐time_ part_ extract_ fn - Returns function to extract relevant
DatePart
from types like aNaiveDateTime
orDateTime
. - get_tz ๐
- Extract optional [
Tz
] from timestamp data types, returning error if called with a non-timestamp type.