Package org.apache.drill.exec.expr
Class ValueVectorWriteExpression
java.lang.Object
org.apache.drill.exec.expr.ValueVectorWriteExpression
- 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 -
Constructor Summary
ConstructorsConstructorDescriptionValueVectorWriteExpression(TypedFieldId fieldId, LogicalExpression child) ValueVectorWriteExpression(TypedFieldId fieldId, LogicalExpression child, boolean safe) -
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, spliterator
-
Constructor Details
-
ValueVectorWriteExpression
-
ValueVectorWriteExpression
-
-
Method Details
-
getFieldId
-
getMajorType
- Specified by:
getMajorTypein interfaceLogicalExpression
-
isSafe
public boolean isSafe() -
accept
- Specified by:
acceptin interfaceLogicalExpression- Throws:
E
-
getPosition
- Specified by:
getPositionin interfaceLogicalExpression
-
getChild
-
iterator
- Specified by:
iteratorin interfaceIterable<LogicalExpression>
-
getSelfCost
public int getSelfCost()- Specified by:
getSelfCostin interfaceLogicalExpression
-
getCumulativeCost
public int getCumulativeCost()- Specified by:
getCumulativeCostin interfaceLogicalExpression
-