|
|
static Result< Literal > | ExtractYear (const Literal &literal) |
| | Extract a date or timestamp year, as years from 1970.
|
| |
|
static Result< Literal > | ExtractMonth (const Literal &literal) |
| | Extract a date or timestamp month, as months from 1970-01-01.
|
| |
|
static Result< Literal > | ExtractDay (const Literal &literal) |
| | Extract a date or timestamp day, as days from 1970-01-01.
|
| |
|
static Result< Literal > | ExtractHour (const Literal &literal) |
| | Extract a timestamp hour, as hours from 1970-01-01 00:00:00.
|
| |
The documentation for this class was generated from the following files: