Equals

A filter that excludes values that are not equal (=) to specific set of valid values.

Filter Query optimizer Concurrent Distributed execution possible
  • EQUALS

    Outcome when the operands of the filter are equal.

  • NOT_EQUALS

    Outcome when the operands of the filter are not equal.

  • Input column

    The column to compare values of

    InputColumn<Object> Required
  • Compare values

    Value(s) to compare with

    List of String Optional
  • Compare column

    Column holding value to compare with

    InputColumn<Object> Optional