/
Equal function
Equal function
Boolean function that compares two columns to see if values match, row by row. Returns true
or false
.
Note: The columns must have the same data type.
Namespace
arithmetic
Input
Numeric values
Output
Boolean
Syntax
set-column :column arithmetic:equal(column1, column2)
Example
Compares values in items_US
with values in items_UK
and outputs true
if the values match or false
they don't match to the items_verified
column:
set-column :items-verified arithmetic:equal(items_US, items_UK)
, multiple selections available,
Related content
Multiply function
Multiply function
More like this
Not function
Not function
More like this
Subtract function
Subtract function
More like this
Add function
Add function
Read with this
IsNotNull function
IsNotNull function
More like this
Constructing Condition Expressions
Constructing Condition Expressions
Read with this
Created in 2020 by Google Inc.