Represents an SQL function that extracts the day field from a given temporal expr.
Returns the date from this temporal expression.
Returns the day from this temporal expression, as an integer between 1 and 31 inclusive.
Returns the hour from this temporal expression, as an integer between 0 and 23 inclusive.
Returns the minute from this temporal expression, as an integer between 0 and 59 inclusive.
Returns the month from this temporal expression, as an integer between 1 and 12 inclusive.
Returns the second from this temporal expression, as an integer between 0 and 59 inclusive.
Returns the time from this temporal expression.
Returns the year from this temporal expression, as an integer.