| Package | Description |
|---|---|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| org.apache.calcite.rel.mutable |
Defines mutable relational expressions.
|
| Modifier and Type | Field and Description |
|---|---|
private Holder |
SubstitutionVisitor.query |
| Modifier and Type | Method and Description |
|---|---|
private static void |
SubstitutionVisitor.reverseSubstitute(RelBuilder relBuilder,
Holder query,
List<List<SubstitutionVisitor.Replacement>> matches,
List<RelNode> sub,
int replaceCount,
int maxCount) |
| Modifier and Type | Method and Description |
|---|---|
static Holder |
Holder.of(MutableRel input)
Creates a Holder.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.