Skip to main content Skip to complementary content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

greaterOrEqual

Returns true if the first argument is greater than or equal to the second argument.

All supported literals can be used. The third argument allows you to specify an epsilon to check a non-strict equality. It can be used only if at least one of the values to compare is a real number. The other number can be a real number, a string representation of a real number, or bytes.

Arguments

  1. First value.
  2. Second value.
  3. Epsilon as a double or float.

Examples

Expression Result
greaterOrEqual(1, 0xFF) true

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!