The sequence of statements required to evaluate the expression.
It should be empty string, if isNull
and value
are already existed, or no code
needed to evaluate them (literals).
A term that holds a boolean value representing whether the expression evaluated to null.
A term for a (possibly primitive) value of the result of the evaluation. Not
valid if isNull
is set to true
.
The sequence of statements required to evaluate the expression.
The sequence of statements required to evaluate the expression.
It should be empty string, if isNull
and value
are already existed, or no code
needed to evaluate them (literals).
A term that holds a boolean value representing whether the expression evaluated to null.
A term for a (possibly primitive) value of the result of the evaluation.
A term for a (possibly primitive) value of the result of the evaluation. Not
valid if isNull
is set to true
.
Java source for evaluating an Expression given a InternalRow of input.
The sequence of statements required to evaluate the expression. It should be empty string, if
isNull
andvalue
are already existed, or no code needed to evaluate them (literals).A term that holds a boolean value representing whether the expression evaluated to null.
A term for a (possibly primitive) value of the result of the evaluation. Not valid if
isNull
is set totrue
.