Class UnionScopeChangeOptimizer

  • All Implemented Interfaces:
    QueryOptimizer

    @Deprecated(forRemoval=true,
                since="4.1.0")
    public class UnionScopeChangeOptimizer
    extends UnionScopeChangeOptimizer
    implements QueryOptimizer
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 4.1.0. Use UnionScopeChangeOptimizer instead.
    Inspect Union clauses to check if scope change can be avoided (allowing injection of pre-bound vars into union arguments).
    • Constructor Summary

      Constructors 
      Constructor Description
      UnionScopeChangeOptimizer()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UnionScopeChangeOptimizer

        public UnionScopeChangeOptimizer()
        Deprecated, for removal: This API element is subject to removal in a future version.