Class Operation

java.lang.Object
adql.query.operand.Operation
All Implemented Interfaces:
ADQLObject, ADQLOperand

public class Operation extends Object implements ADQLOperand
It represents a simple numeric operation (sum, difference, multiplication and division) or a bitwise operation (binary AND, OR or XOR).
See Also: