static class VolcanoPlanner.RuleProvenance extends VolcanoPlanner.Provenance
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
callId |
(package private) com.google.common.collect.ImmutableList<RelNode> |
rels |
(package private) RelOptRule |
rule |
EMPTY| Constructor and Description |
|---|
RuleProvenance(RelOptRule rule,
com.google.common.collect.ImmutableList<RelNode> rels,
int callId) |
final RelOptRule rule
final com.google.common.collect.ImmutableList<RelNode> rels
final int callId
RuleProvenance(RelOptRule rule, com.google.common.collect.ImmutableList<RelNode> rels, int callId)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.