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
DatePartas signed 32-bit integer values. - get_
date_ ๐time_ part_ extract_ fn - Returns function to extract relevant
DatePartfrom types like aNaiveDateTimeorDateTime. - get_tz ๐
- Extract optional [
Tz] from timestamp data types, returning error if called with a non-timestamp type.