| Package | Description |
|---|---|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| org.apache.calcite.tools |
Provides utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
RexNode |
RelOptUtil.VariableUsedVisitor.visitCorrelVariable(RexCorrelVariable p) |
| Modifier and Type | Method and Description |
|---|---|
Void |
ReduceExpressionsRule.ReducibleExprLocator.visitCorrelVariable(RexCorrelVariable variable) |
| Modifier and Type | Method and Description |
|---|---|
RexNode |
DeduplicateCorrelateVariables.DeduplicateCorrelateVariablesShuttle.visitCorrelVariable(RexCorrelVariable variable) |
| Modifier and Type | Method and Description |
|---|---|
RelBuilder |
RelBuilder.variable(Holder<RexCorrelVariable> v)
Creates a correlation variable for the current input, and writes it into
a Holder.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.