Creates a merged filter predicate. @param preds predicate expressions (at least two) @param cc compilation context @return new predicate expression @throws QueryException query exception
(Expr[] preds, CompileContext cc)
| 245 | * @throws QueryException query exception |
| 246 | */ |
| 247 | abstract Logical mergePredicates(Expr[] preds, CompileContext cc) throws QueryException; |
| 248 | |
| 249 | @Override |
| 250 | public final boolean ddo() { |
no outgoing calls
no test coverage detected