Function dmntk_feel::bif::is_built_in_date_time_function_name

source ·
pub fn is_built_in_date_time_function_name(name: &str) -> bool
Expand description

Returns true when the specified name is a one of the following built-in function name (date and time literals):

  • date,
  • time,
  • date and time,
  • duration.