Class RexCorrelVariable


public class RexCorrelVariable extends RexVariable
Reference to the current row of a correlating relational expression.

Correlating variables are introduced when performing nested loop joins. Each row is received from one side of the join, a correlating variable is assigned a value, and the other side of the join is restarted.