| Name | Type | Description | Notes |
|---|---|---|---|
| as | string | Return the column as a different name | [optional] |
| cast | string | Cast the column to a different data type such as DATETIME -> DATE | [optional] |
| column | string | [optional] | |
| datetime_timezone | string | The timezone to shift the date to | [optional] |
| datetime_trunc | string | The type of truncation to perform on the date, DAY, WEEK(MONDAY), etc. | [optional] |
| extract | string | Part of a datetime to extract | [optional] |
| function | string | The function to perform around the column such as DATE_TRUNC(@column, day) | [optional] |