Developing Apama Applications > Apama EPL Reference > Expressions > Bitwise logical operators
Bitwise logical operators
The bitwise logical operators examine one bit at a time in their operands and compute the corresponding bit value in the result.
BitwiseExp
Rule components
The bitwise operators and, or, and xor are binary operators that have a left and right operand. The bitwise operator not is a unary operator that has only a right operand.
The result type of all four bitwise operators is integer. Note that EPL integers are 64 bits wide.
Copyright © 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.