Class QueryOptimizer.PumpClause

    • Constructor Detail

      • PumpClause

        public PumpClause​(PredicateIF predicate,
                          List arguments)
    • Method Detail

      • getArguments

        public List getArguments()
        Description copied from class: AbstractClause
        INTERNAL: Returns the arguments of this clause. For OrClause this is the list of all arguments to all the subclauses in the OrClause. Likewise for NotClause.
        Overrides:
        getArguments in class PredicateClause