Class LogicOrExpression
- java.lang.Object
-
- org.apache.iotdb.db.mpp.plan.expression.Expression
-
- org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
-
- org.apache.iotdb.db.mpp.plan.expression.binary.LogicBinaryExpression
-
- org.apache.iotdb.db.mpp.plan.expression.binary.LogicOrExpression
-
public class LogicOrExpression extends LogicBinaryExpression
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
leftExpression, rightExpression
-
Fields inherited from class org.apache.iotdb.db.mpp.plan.expression.Expression
inputColumnIndex, isConstantOperandCache
-
-
Constructor Summary
Constructors Constructor Description LogicOrExpression(java.nio.ByteBuffer byteBuffer)LogicOrExpression(Expression leftExpression, Expression rightExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressionTypegetExpressionType()protected java.lang.Stringoperator()-
Methods inherited from class org.apache.iotdb.db.mpp.plan.expression.binary.LogicBinaryExpression
inferTypes
-
Methods inherited from class org.apache.iotdb.db.mpp.plan.expression.binary.BinaryExpression
accept, bindInputLayerColumnIndexWithExpression, bindInputLayerColumnIndexWithExpression, collectPaths, concat, constructUdfExecutors, getExpressions, getExpressionStringInternal, getLeftExpression, getRightExpression, isConstantOperandInternal, isMappable, isTimeSeriesGeneratingFunctionExpression, isUserDefinedAggregationFunctionExpression, removeWildcards, serialize, serialize, setLeftExpression, setRightExpression, updateStatisticsForMemoryAssigner
-
Methods inherited from class org.apache.iotdb.db.mpp.plan.expression.Expression
checkInputExpressionDataType, deserialize, equals, getExpressionString, getInputColumnIndex, hashCode, isBuiltInAggregationFunctionExpression, isCompareBinaryExpression, isConstantOperand, iterator, serialize, serialize, toString
-
-
-
-
Constructor Detail
-
LogicOrExpression
public LogicOrExpression(Expression leftExpression, Expression rightExpression)
-
LogicOrExpression
public LogicOrExpression(java.nio.ByteBuffer byteBuffer)
-
-
Method Detail
-
operator
protected java.lang.String operator()
- Specified by:
operatorin classBinaryExpression
-
getExpressionType
public ExpressionType getExpressionType()
- Specified by:
getExpressionTypein classExpression
-
-