コード例 #1
0
 public SqlMonotonicity getMonotonicity(SqlCall call, SqlValidatorScope scope) {
   return scope.getMonotonicity(call.operand(0)).unstrict();
 }