public class OrExpression extends AndOrExpression
BaseExpression.ExpressionComparabilityWrapper
children
Constructor and Description |
---|
OrExpression() |
OrExpression(List<Expression> children) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(ExpressionVisitor<T> visitor)
Means of traversing expression tree through visitor.
|
protected boolean |
isStopValue(Boolean value) |
String |
toString() |
evaluate, getDataType, reset
equals, getChildren, getDeterminism, hashCode, isNullable, isStateless, readFields, requiresFinalEvaluation, write
acceptChildren, coerce, coerce, getMaxLength, getScale, getSortOrder
public OrExpression()
public OrExpression(List<Expression> children)
protected boolean isStopValue(Boolean value)
isStopValue
in class AndOrExpression
public String toString()
toString
in class BaseCompoundExpression
public final <T> T accept(ExpressionVisitor<T> visitor)
Expression
Copyright © 2017 Apache Software Foundation. All Rights Reserved.