Class GenerateNamedPlan

  • All Implemented Interfaces:
    GeneratePlan

    public class GenerateNamedPlan
    extends Object
    implements GeneratePlan
    Executes a named sub-query in the GENERATE clause.
    Author:
    Maxime Lefrançois
    • Constructor Detail

      • GenerateNamedPlan

        public GenerateNamedPlan​(Expr name,
                                 ExprList callParameters)
    • Method Detail

      • exec

        public void exec​(List<Var> variables,
                         List<Binding> values,
                         Context context)
        Executes a GENERATE plan. Method is blocking.
        Specified by:
        exec in interface GeneratePlan
        Parameters:
        variables - the list of variables.
        values - the list of bindings.
        context - the execution context