Class VolcanoPlanner.RuleProvenance

    • Constructor Summary

      Constructors 
      Constructor Description
      RuleProvenance​(RelOptRule rule, com.google.common.collect.ImmutableList<RelNode> rels, int callId)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • rels

        final com.google.common.collect.ImmutableList<RelNode> rels
      • callId

        final int callId
    • Constructor Detail

      • RuleProvenance

        RuleProvenance​(RelOptRule rule,
                       com.google.common.collect.ImmutableList<RelNode> rels,
                       int callId)