Class SqlMonotonicBinaryOperator


public class SqlMonotonicBinaryOperator extends SqlBinaryOperator
Base class for binary operators such as addition, subtraction, and multiplication which are monotonic for the patterns m op c and c op m where m is any monotonic expression and c is a constant.