CURDATE() CURRENT_DATE Returns today's date as a value in 'YYYY-MM-DD' or YYYYMMDD format,...
virtual ORowSetValue operate(const std::vector< ORowSetValue > &lhs) const override
CURTIME() CURRENT_TIME Returns the current time as a value in 'HH:MM:SS' or HHMMSS format,...
virtual ORowSetValue operate(const std::vector< ORowSetValue > &lhs) const override
DAYNAME(date) Returns the name of the weekday for date:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
DAYOFMONTH(date) Returns the day of the month for date, in the range 1 to 31:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
DAYOFWEEK(date) Returns the weekday index for date (1 = Sunday, 2 = Monday, ... 7 = Saturday).
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
DAYOFYEAR(date) Returns the day of the year for date, in the range 1 to 366:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
HOUR(time) Returns the hour for time, in the range 0 to 23:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
MINUTE(time) Returns the minute for time, in the range 0 to 59:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
MONTHNAME(date) Returns the name of the month for date:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
MONTH(date) Returns the month for date, in the range 1 to 12:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
NOW() Returns the current date and time as a value in 'YYYY-MM-DD HH:MM:SS' or YYYYMMDDHHMMSS format,...
virtual ORowSetValue operate(const std::vector< ORowSetValue > &lhs) const override
QUARTER(date) Returns the quarter of the year for date, in the range 1 to 4:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
SECOND(time) Returns the second for time, in the range 0 to 59:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override
WEEK(date) WEEK(date,first) With a single argument, returns the week for date, in the range 0 to 53 (...
virtual ORowSetValue operate(const std::vector< ORowSetValue > &lhs) const override
YEAR(date) Returns the year for date, in the range 1000 to 9999:
virtual ORowSetValue operate(const ORowSetValue &lhs) const override