Class BindSelect

  • All Implemented Interfaces:
    PlanNode

    public class BindSelect
    extends Object
    implements PlanNode
    Takes a plan node as a source and for each tuple in the source it will build a BindingSet from the vars and the tuple and inject it into the query
    Author:
    HÃ¥vard Ottestad