Class NullExpression
java.lang.Object
org.apache.drill.common.expression.NullExpression
- All Implemented Interfaces:
Iterable<LogicalExpression>
,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
Modifier and TypeMethodDescription<T,
V, E extends Exception>
Taccept
(ExprVisitor<T, V, E> visitor, V value) int
int
iterator()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NullExpression
public NullExpression()
-
-
Method Details
-
getMajorType
- Specified by:
getMajorType
in interfaceLogicalExpression
-
accept
- Specified by:
accept
in interfaceLogicalExpression
- Throws:
E extends Exception
-
getPosition
- Specified by:
getPosition
in interfaceLogicalExpression
-
iterator
- Specified by:
iterator
in interfaceIterable<LogicalExpression>
-
getSelfCost
public int getSelfCost()- Specified by:
getSelfCost
in interfaceLogicalExpression
-
getCumulativeCost
public int getCumulativeCost()- Specified by:
getCumulativeCost
in interfaceLogicalExpression
-