Class BeamRuleSets


  • @Internal
    public class BeamRuleSets
    extends java.lang.Object
    RuleSet used in BeamQueryPlanner. It translates a standard Calcite RelNode tree, to represent with BeamRelNode
    • Constructor Summary

      Constructors 
      Constructor Description
      BeamRuleSets()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Collection<org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.tools.RuleSet> getRuleSets()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BeamRuleSets

        public BeamRuleSets()
    • Method Detail

      • getRuleSets

        public static java.util.Collection<org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.tools.RuleSet> getRuleSets()