public class BooleanOperator extends FunctionCall
LogicalExpression.De, LogicalExpression.Seargs| Constructor and Description |
|---|
BooleanOperator(String name,
List<LogicalExpression> args,
ExpressionPosition pos) |
| Modifier and Type | Method and Description |
|---|---|
<T,V,E extends Exception> |
accept(ExprVisitor<T,V,E> visitor,
V value) |
int |
getCumulativeCost() |
TypeProtos.MajorType |
getMajorType() |
arg, argCount, args, getName, getPosition, iterator, toStringgetDescription, getSelfCost, iclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic BooleanOperator(String name, List<LogicalExpression> args, ExpressionPosition pos)
public <T,V,E extends Exception> T accept(ExprVisitor<T,V,E> visitor, V value) throws E extends Exception
accept in interface LogicalExpressionaccept in class FunctionCallE extends Exceptionpublic TypeProtos.MajorType getMajorType()
getMajorType in interface LogicalExpressiongetMajorType in class FunctionCallpublic int getCumulativeCost()
getCumulativeCost in interface LogicalExpressiongetCumulativeCost in class LogicalExpressionBaseCopyright © 2021 The Apache Software Foundation. All rights reserved.