Package lupos.optimizations.physical.joinorder.staticanalysis.scoring.subgraph

Examples of lupos.optimizations.physical.joinorder.staticanalysis.scoring.subgraph.ScoringSubGraphsLeastNewVariables


* Join ordering according to least new variables for the next best chosen combination of subgraphs...
*/
public class BuildJoinTreeLeastNewVariables extends BuildJoinTreeByScoring {
 
  public BuildJoinTreeLeastNewVariables(){
    this.scorings.add(new ScoringSubGraphsLeastNewVariables());
  }
View Full Code Here

TOP

Related Classes of lupos.optimizations.physical.joinorder.staticanalysis.scoring.subgraph.ScoringSubGraphsLeastNewVariables

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.