Class TargetChainPopper

  • All Implemented Interfaces:
    PlanNode

    public class TargetChainPopper
    extends Object
    implements PlanNode
    Pops the last target off of the target chain and into the value.

    This is useful when a plan node operates on the values, but tuple with only targets is supplied and we want to validate the last target.

    Author:
    HÃ¥vard Ottestad