private static class AbstractMaterializedViewRule.Edge extends DefaultEdge
| Modifier and Type | Field and Description |
|---|---|
(package private) com.google.common.collect.Multimap<RexTableInputRef,RexTableInputRef> |
equiColumns |
static DirectedGraph.EdgeFactory<RexTableInputRef.RelTableRef,AbstractMaterializedViewRule.Edge> |
FACTORY |
source, target| Constructor and Description |
|---|
Edge(RexTableInputRef.RelTableRef source,
RexTableInputRef.RelTableRef target) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
equals, factory, hashCodepublic static final DirectedGraph.EdgeFactory<RexTableInputRef.RelTableRef,AbstractMaterializedViewRule.Edge> FACTORY
final com.google.common.collect.Multimap<RexTableInputRef,RexTableInputRef> equiColumns
Edge(RexTableInputRef.RelTableRef source, RexTableInputRef.RelTableRef target)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.