Class BindPlan

    • Constructor Detail

      • BindPlan

        public BindPlan​(Expr expr,
                        Var var)
        The generation plan of a (BIND <expr> AS <var>) clause.
        Parameters:
        expr - The expression. Must not be null.
        var - The variable to bind the evaluation of the expression. Must not be null.