| Package | Description |
|---|---|
| org.apache.calcite.materialize |
Management of materialized query results.
|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| org.apache.calcite.util.graph |
Graph-theoretic algorithms and data structures.
|
| Modifier and Type | Field and Description |
|---|---|
static DirectedGraph.EdgeFactory<RelNode,Lattice.Edge> |
Lattice.Edge.FACTORY |
| Modifier and Type | Field and Description |
|---|---|
static DirectedGraph.EdgeFactory<RexTableInputRef.RelTableRef,AbstractMaterializedViewRule.Edge> |
AbstractMaterializedViewRule.Edge.FACTORY |
| Modifier and Type | Field and Description |
|---|---|
(package private) DirectedGraph.EdgeFactory<V,E> |
DefaultDirectedGraph.edgeFactory |
| Modifier and Type | Method and Description |
|---|---|
static <V> DirectedGraph.EdgeFactory<V,DefaultEdge> |
DefaultEdge.factory() |
| Modifier and Type | Method and Description |
|---|---|
static <V,E extends DefaultEdge> |
DefaultDirectedGraph.create(DirectedGraph.EdgeFactory<V,E> edgeFactory) |
| Constructor and Description |
|---|
DefaultDirectedGraph(DirectedGraph.EdgeFactory<V,E> edgeFactory)
Creates a graph.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.