Interface TupleExpr

    • Method Detail

      • getBindingNames

        Set<String> getBindingNames()
        Gets the names of the bindings that are, or can be, returned by this tuple expression when it is evaluated.
        Returns:
        A set of binding names.
      • getAssuredBindingNames

        Set<String> getAssuredBindingNames()
        Gets the names of the bindings that are guaranteed to be present in the results produced by this tuple expression.
        Returns:
        A set of binding names.
      • clone

        TupleExpr clone()
        Description copied from interface: QueryModelNode
        Returns a (deep) clone of this query model node. This method recursively clones the entire node tree, starting from this nodes.
        Specified by:
        clone in interface QueryModelNode
        Returns:
        A deep clone of this query model node.