public abstract class BooleanPredicate<C extends Comparable<C>> extends BooleanOperator implements FilterPredicate<C>
LogicalExpression.De, LogicalExpression.Seargs| Modifier and Type | Method and Description |
|---|---|
<T,V,E extends Exception> |
accept(ExprVisitor<T,V,E> visitor,
V value) |
static <C extends Comparable<C>> |
createBooleanPredicate(String function,
String name,
List<LogicalExpression> args,
ExpressionPosition pos) |
getCumulativeCost, getMajorTypearg, argCount, args, getName, getPosition, iterator, toStringgetDescription, getSelfCost, iclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmatchesforEach, spliteratorpublic <T,V,E extends Exception> T accept(ExprVisitor<T,V,E> visitor, V value) throws E extends Exception
accept in interface LogicalExpressionaccept in class BooleanOperatorE extends Exceptionpublic static <C extends Comparable<C>> LogicalExpression createBooleanPredicate(String function, String name, List<LogicalExpression> args, ExpressionPosition pos)
Copyright © 2022 The Apache Software Foundation. All rights reserved.