Interface ProjectTables


  • public interface ProjectTables
    Project Tables is where the main table data structures live. These don't "do" anything other than hold data that goes into and out of the optimizer.
    • Method Detail

      • joinedTables

        ProjectTables.MainTables joinedTables()
        return the main table after join
        Returns:
        the main tables after join
      • optimizedTables

        ProjectTables.MainTables optimizedTables()
        return the main tables after optimization
        Returns:
        the main tables after optimization