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
-
Method Summary
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, iterator, spliterator
Methods inherited from interface org.apache.drill.common.expression.LogicalExpression
accept
-
Constructor Details
-
LogicalExpressionBase
-
-
Method Details
-
getPosition
- Specified by:
getPosition
in interfaceLogicalExpression
-
i
-
getMajorType
- Specified by:
getMajorType
in interfaceLogicalExpression
-
getDescription
-
getSelfCost
public int getSelfCost()- Specified by:
getSelfCost
in interfaceLogicalExpression
-
getCumulativeCost
public int getCumulativeCost()- Specified by:
getCumulativeCost
in interfaceLogicalExpression
-