Package org.apache.calcite.plan.volcano
Class HazelcastRelSubsetUtil
java.lang.Object
org.apache.calcite.plan.volcano.HazelcastRelSubsetUtil
Utility class to access package-private Calcite internals.
- 
Method SummaryModifier and TypeMethodDescriptionstatic List<org.apache.calcite.plan.volcano.RelSubset>getSubsets(org.apache.calcite.rel.RelNode node) Gets all subsets from the node's setstatic org.apache.calcite.rel.RelNodeunwrapSubset(org.apache.calcite.rel.RelNode node) If thenodeis aRelSubset, return the best rel from it.
- 
Method Details- 
getSubsetspublic static List<org.apache.calcite.plan.volcano.RelSubset> getSubsets(org.apache.calcite.rel.RelNode node) Gets all subsets from the node's set
- 
unwrapSubsetpublic static org.apache.calcite.rel.RelNode unwrapSubset(org.apache.calcite.rel.RelNode node) If thenodeis aRelSubset, return the best rel from it. Otherwise, return the node.
 
-