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
ConstructorsConstructorDescriptionBooleanOperator(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) intMethods inherited from class org.apache.drill.common.expression.FunctionCall
arg, argCount, args, getName, getPosition, iterator, toStringMethods inherited from class org.apache.drill.common.expression.LogicalExpressionBase
getDescription, getSelfCost, iMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
BooleanOperator
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceLogicalExpression- Overrides:
acceptin classFunctionCall- Throws:
E
-
getMajorType
- Specified by:
getMajorTypein interfaceLogicalExpression- Overrides:
getMajorTypein classFunctionCall
-
getCumulativeCost
public int getCumulativeCost()- Specified by:
getCumulativeCostin interfaceLogicalExpression- Overrides:
getCumulativeCostin classLogicalExpressionBase
-