org.apache.spark.sql.catalyst.expressions.codegen
A term that holds a boolean value representing whether the expression evaluated to null.
A term for a value of a common sub-expression.
A term for a value of a common sub-expression. Not valid if isNull
is set to true
.
State used for subexpression elimination.
A term that holds a boolean value representing whether the expression evaluated to null.
A term for a value of a common sub-expression. Not valid if
isNull
is set totrue
.