public SqlMonotonicity getMonotonicity(SqlCall call, SqlValidatorScope scope) {
   return scope.getMonotonicity(call.operand(0)).unstrict();
 }