public class SubsetRemover
extends org.apache.calcite.rel.RelShuttleImpl
RelSubset nodes from the plan.
It may be useful when we want to do some operations on the plan
which aren't supported by RelSubset during the planning phase.| Modifier and Type | Field and Description |
|---|---|
static org.apache.calcite.rel.RelShuttle |
INSTANCE |
| Constructor and Description |
|---|
SubsetRemover() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.rel.RelNode |
visit(org.apache.calcite.rel.RelNode other) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.