| 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] | |
| DatetimeTimezone | string | The timezone to shift the date to | [optional] |
| DatetimeTrunc | 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] |