Class ConcatPathOptimizer

  • All Implemented Interfaces:
    ILogicalOptimizer

    public class ConcatPathOptimizer
    extends java.lang.Object
    implements ILogicalOptimizer
    concat paths in select and from clause.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> void cartesianProduct​(java.util.List<java.util.List<T>> dimensionValue, java.util.List<java.util.List<T>> resultList, int layer, java.util.List<T> currentList)  
      Operator transform​(Operator operator)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait