Class LogicalExpressionBase
java.lang.Object
org.apache.drill.common.expression.LogicalExpressionBase
- All Implemented Interfaces:
Iterable<LogicalExpression>,LogicalExpression
- Direct Known Subclasses:
AnyValueExpression,CastExpression,ComparisonPredicate,ConvertExpression,FunctionCall,FunctionHolderExpression,IfExpression,IsPredicate,SchemaPath,TypedFieldExpr,TypedNullConstant,ValueExpressions.DateExpression,ValueExpressions.Decimal18Expression,ValueExpressions.Decimal28Expression,ValueExpressions.Decimal38Expression,ValueExpressions.Decimal9Expression,ValueExpressions.DoubleExpression,ValueExpressions.FloatExpression,ValueExpressions.IntervalDayExpression,ValueExpressions.IntervalYearExpression,ValueExpressions.IntExpression,ValueExpressions.LongExpression,ValueExpressions.ParameterExpression,ValueExpressions.TimeExpression,ValueExpressions.TimeStampExpression,ValueExpressions.ValueExpression,ValueExpressions.VarDecimalExpression
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.drill.common.expression.LogicalExpression
LogicalExpression.De, LogicalExpression.Se -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface org.apache.drill.common.expression.LogicalExpression
accept
-
Constructor Details
-
LogicalExpressionBase
-
-
Method Details
-
getPosition
- Specified by:
getPositionin interfaceLogicalExpression
-
i
-
getMajorType
- Specified by:
getMajorTypein interfaceLogicalExpression
-
getDescription
-
getSelfCost
public int getSelfCost()- Specified by:
getSelfCostin interfaceLogicalExpression
-
getCumulativeCost
public int getCumulativeCost()- Specified by:
getCumulativeCostin interfaceLogicalExpression
-