Class CompilerHelper.JoinHelper

java.lang.Object
tools.refinery.interpreter.rete.construction.plancompiler.CompilerHelper.JoinHelper
Enclosing class:
CompilerHelper

public static class CompilerHelper.JoinHelper extends Object
Calculated index mappings for a join, based on the common variables of the two parent subplans.
  • Constructor Details

  • Method Details

    • getPrimaryMask

      public TupleMask getPrimaryMask()
    • getSecondaryMask

      public TupleMask getSecondaryMask()
    • getComplementerMask

      public TupleMask getComplementerMask()
    • getPrimaryIndexer

      public RecipeTraceInfo getPrimaryIndexer()
    • getSecondaryIndexer

      public RecipeTraceInfo getSecondaryIndexer()
    • getNaturalJoinRecipe

      public JoinRecipe getNaturalJoinRecipe()
    • getNaturalJoinVariablesTuple

      public List<PVariable> getNaturalJoinVariablesTuple()