Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the plan, v_lc_1, ..., v_lc_n are live "covering" variables at InputOp , while v_rc_1, ..., v_rc_n are their corresponding variables populated from the deepcopy of InputOp. "Covering" variables form a set of variables that can imply all live variables. vand v_l1, ....v_ln in the decoration part of the added group-by operator are all live variables at InputOp except the covering variables v_lc_1, ..., v_lc_n.  In the current implementation, we use "covering" variables as primary key variables. In the next version, we will use the real primary key variables, which will fix ASTERIXDB-1168.

...