public class ValueVectorWriteExpression extends Object implements LogicalExpression
LogicalExpression.De, LogicalExpression.Se| Constructor and Description |
|---|
ValueVectorWriteExpression(TypedFieldId fieldId,
LogicalExpression child) |
ValueVectorWriteExpression(TypedFieldId fieldId,
LogicalExpression child,
boolean safe) |
| Modifier and Type | Method and Description |
|---|---|
<T,V,E extends Exception> |
accept(ExprVisitor<T,V,E> visitor,
V value) |
LogicalExpression |
getChild() |
int |
getCumulativeCost() |
TypedFieldId |
getFieldId() |
TypeProtos.MajorType |
getMajorType() |
ExpressionPosition |
getPosition() |
int |
getSelfCost() |
boolean |
isSafe() |
Iterator<LogicalExpression> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ValueVectorWriteExpression(TypedFieldId fieldId, LogicalExpression child)
public ValueVectorWriteExpression(TypedFieldId fieldId, LogicalExpression child, boolean safe)
public TypedFieldId getFieldId()
public TypeProtos.MajorType getMajorType()
getMajorType in interface LogicalExpressionpublic boolean isSafe()
public <T,V,E extends Exception> T accept(ExprVisitor<T,V,E> visitor, V value) throws E extends Exception
accept in interface LogicalExpressionE extends Exceptionpublic ExpressionPosition getPosition()
getPosition in interface LogicalExpressionpublic LogicalExpression getChild()
public Iterator<LogicalExpression> iterator()
iterator in interface Iterable<LogicalExpression>public int getSelfCost()
getSelfCost in interface LogicalExpressionpublic int getCumulativeCost()
getCumulativeCost in interface LogicalExpressionCopyright © 2022 The Apache Software Foundation. All rights reserved.