org.apache.spark.sql.catalyst.expressions
a sequence of expressions that determine the value of each column of the output row.
a sequence of expressions that determine the value of each column of the output row.
Initializes internal states given the current partition index.
Initializes internal states given the current partition index. This is used by nondeterministic expressions to set initial states. The default implementation does nothing.
Uses the given row to store the output of the projection.
Uses the given row to store the output of the projection.
A MutableProjection that is calculated by calling
eval
on each of the specified expressions.a sequence of expressions that determine the value of each column of the output row.