public class AndExpression extends AndOrExpression
BaseExpression.ExpressionComparabilityWrapper
children
Constructor and Description |
---|
AndExpression() |
AndExpression(List<Expression> children) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(ExpressionVisitor<T> visitor)
Means of traversing expression tree through visitor.
|
static String |
combine(String expression1,
String expression2) |
static Expression |
create(List<Expression> children) |
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 AndExpression()
public AndExpression(List<Expression> children)
public static Expression create(List<Expression> children) throws SQLException
SQLException
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 © 2019 Apache Software Foundation. All Rights Reserved.