| Package | Description |
|---|---|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelOptPlanner.setCancelFlag(CancelFlag cancelFlag)
Deprecated.
Previously, this method installed the cancellation-checking
flag for this planner, but is now deprecated. Now, you should add a
CancelFlag to the Context passed to the constructor. |
void |
AbstractRelOptPlanner.setCancelFlag(CancelFlag cancelFlag) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.