Class QueryOptimizer.PumpClause

Enclosing class:
QueryOptimizer

public static class QueryOptimizer.PumpClause extends PredicateClause
  • Constructor Details

  • Method Details

    • 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