Package org.apache.calcite.rel.rules
Class DpHyp
java.lang.Object
org.apache.calcite.rel.rules.DpHyp
The core process of dphyp enumeration algorithm.
-
Constructor Summary
ConstructorsConstructorDescriptionDpHyp
(HyperGraph hyperGraph, RelBuilder builder, RelMetadataQuery relMetadataQuery) -
Method Summary
-
Constructor Details
-
DpHyp
-
-
Method Details
-
startEnumerateJoin
public void startEnumerateJoin()The entry function of the algorithm. We use a bitmap to represent a leaf node, which indicates the position of the corresponding leaf node inHyperGraph
.After the enumeration is completed, the best join order will be stored in the
dpTable
. -
getBestPlan
-