Class AnyValueExpression
java.lang.Object
org.apache.drill.common.expression.LogicalExpressionBase
org.apache.drill.common.expression.AnyValueExpression
- All Implemented Interfaces:
Iterable<LogicalExpression>
,LogicalExpression
public class AnyValueExpression
extends LogicalExpressionBase
implements Iterable<LogicalExpression>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.drill.common.expression.LogicalExpression
LogicalExpression.De, LogicalExpression.Se
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.drill.common.expression.LogicalExpressionBase
getCumulativeCost, getDescription, getPosition, 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
-
Field Details
-
ANY_VALUE
- See Also:
-
-
Constructor Details
-
AnyValueExpression
- Parameters:
input
-pos
-
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceLogicalExpression
- Throws:
E extends Exception
-
iterator
- Specified by:
iterator
in interfaceIterable<LogicalExpression>
-
getInput
-
getMajorType
- Specified by:
getMajorType
in interfaceLogicalExpression
- Overrides:
getMajorType
in classLogicalExpressionBase
-
toString
-