| Package | Description |
|---|---|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static RelOptMaterialization.ProjectFilterTable |
RelOptMaterialization.ProjectFilterTable.of(RelNode node) |
private static RelOptMaterialization.ProjectFilterTable |
RelOptMaterialization.ProjectFilterTable.of2(RexNode condition,
RelNode node) |
private static RelOptMaterialization.ProjectFilterTable |
RelOptMaterialization.ProjectFilterTable.of3(RexNode condition,
Mappings.TargetMapping mapping,
RelNode node) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.