Or#

swordfish.function.Or()#

Return the element-by-element logical X OR Y. If the operands contain null values, the operator || returns NULL.

Parameters:
  • X (Constant) – A scalar/pair/vector/matrix.

  • Y (Constant) – A scalar/pair/vector/matrix.