An operator is used in creating calculations or in evaluating data in a filter:

  • They can be used as mathematical operations within the query builder.
    For example:

    • addition (+)

    • subtraction ( - )

    • multiplication ( * )

    • division ( // )

    • is greater than

    • is less than

  • They can be used for pattern matching in filters or string functions.
    For example:

    • starts with

    • contains

    • matches

    • does not match

    • Is greater than

    • is less than

Related terms