public final class HazelcastRelSubsetUtil extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static List<org.apache.calcite.plan.volcano.RelSubset> | getSubsets(org.apache.calcite.rel.RelNode node)Gets all subsets from the node's set | 
| static org.apache.calcite.rel.RelNode | unwrapSubset(org.apache.calcite.rel.RelNode node)If the  nodeis aRelSubset, return the best rel from it. | 
public static List<org.apache.calcite.plan.volcano.RelSubset> getSubsets(org.apache.calcite.rel.RelNode node)
public static org.apache.calcite.rel.RelNode unwrapSubset(org.apache.calcite.rel.RelNode node)
node is a RelSubset, return the best rel from it.
  Otherwise, return the node.Copyright © 2022 Hazelcast, Inc.. All rights reserved.