Class BooleanOperator
java.lang.Object
org.apache.drill.common.expression.LogicalExpressionBase
org.apache.drill.common.expression.FunctionCall
org.apache.drill.common.expression.BooleanOperator
- All Implemented Interfaces:
Iterable<LogicalExpression>
,LogicalExpression
- Direct Known Subclasses:
BooleanPredicate
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.drill.common.expression.LogicalExpression
LogicalExpression.De, LogicalExpression.Se
-
Field Summary
Fields inherited from class org.apache.drill.common.expression.FunctionCall
args
-
Constructor Summary
ConstructorDescriptionBooleanOperator
(String name, List<LogicalExpression> args, ExpressionPosition pos) -
Method Summary
Modifier and TypeMethodDescription<T,
V, E extends Exception>
Taccept
(ExprVisitor<T, V, E> visitor, V value) int
Methods inherited from class org.apache.drill.common.expression.FunctionCall
arg, argCount, args, getName, getPosition, iterator, toString
Methods inherited from class org.apache.drill.common.expression.LogicalExpressionBase
getDescription, getSelfCost, i
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
BooleanOperator
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceLogicalExpression
- Overrides:
accept
in classFunctionCall
- Throws:
E extends Exception
-
getMajorType
- Specified by:
getMajorType
in interfaceLogicalExpression
- Overrides:
getMajorType
in classFunctionCall
-
getCumulativeCost
public int getCumulativeCost()- Specified by:
getCumulativeCost
in interfaceLogicalExpression
- Overrides:
getCumulativeCost
in classLogicalExpressionBase
-