Class ValueExpressions.VarDecimalExpression
java.lang.Object
org.apache.drill.common.expression.LogicalExpressionBase
org.apache.drill.common.expression.ValueExpressions.VarDecimalExpression
- All Implemented Interfaces:
Iterable<LogicalExpression>
,LogicalExpression
- Enclosing class:
- ValueExpressions
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.drill.common.expression.LogicalExpression
LogicalExpression.De, LogicalExpression.Se
-
Constructor Summary
ConstructorDescriptionVarDecimalExpression
(BigDecimal input, int precision, int scale, ExpressionPosition pos) -
Method Summary
Modifier and TypeMethodDescription<T,
V, E extends Exception>
Taccept
(ExprVisitor<T, V, E> visitor, V value) iterator()
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, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
VarDecimalExpression
-
-
Method Details
-
getBigDecimal
-
getMajorType
- Specified by:
getMajorType
in interfaceLogicalExpression
- Overrides:
getMajorType
in classLogicalExpressionBase
-
accept
- Throws:
E extends Exception
-
iterator
-