Exemple #1
0
 public Integer getSplitCount() {
   return joinAlgorithm.getSplitCount(this);
 }
Exemple #2
0
 public Boolean isPhaseTransition() {
   return joinAlgorithm.isPhaseTransition(this);
 }
Exemple #3
0
 public Double getCumulativeMemoryWithinPhaseSplit() {
   return joinAlgorithm.getCumulativeMemoryWithinPhaseSplit(this);
 }
Exemple #4
0
 public Double getMemory() {
   return joinAlgorithm.getMemory(this);
 }
Exemple #5
0
 public RelDistribution getDistribution() {
   return joinAlgorithm.getDistribution(this);
 }
Exemple #6
0
 public ImmutableList<RelCollation> getCollation() {
   return joinAlgorithm.getCollation(this);
 }