date_part
const date_part: (field, column) => Column = extract;Defined in: functions/datetime.ts:148
Alias for extract.
Extracts a part of the date/timestamp or interval source (e.g. “year”, “month”, “day”).
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
field | string |
column | ColOrName |