| Package | Description |
|---|---|
| org.apache.calcite.rel.logical |
Defines logical relational expressions.
|
| org.apache.calcite.rel.rel2sql |
Translates a relational expression to SQL parse tree.
|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
LogicalWindow.addWindows(com.google.common.collect.Multimap<LogicalWindow.WindowKey,RexOver> windowMap,
RexOver over,
int inputFieldCount) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
LogicalWindow.addWindows(com.google.common.collect.Multimap<LogicalWindow.WindowKey,RexOver> windowMap,
RexOver over,
int inputFieldCount) |
| Modifier and Type | Method and Description |
|---|---|
private SqlCall |
SqlImplementor.Context.toSql(RexProgram program,
RexOver rexOver) |
| Modifier and Type | Method and Description |
|---|---|
Void |
ReduceExpressionsRule.ReducibleExprLocator.visitOver(RexOver over) |
| Modifier and Type | Method and Description |
|---|---|
RexNode |
RexCopier.visitOver(RexOver over) |
R |
RexVisitor.visitOver(RexOver over) |
Boolean |
RexUtil.ConstantFinder.visitOver(RexOver over) |
Void |
RexOver.Finder.visitOver(RexOver over) |
R |
RexVisitorImpl.visitOver(RexOver over) |
RexNode |
RexShuttle.visitOver(RexOver over) |
RexNode |
RexProgramBuilder.RegisterShuttle.visitOver(RexOver over) |
Boolean |
RexProgram.ConstantFinder.visitOver(RexOver over) |
RexNode |
RexProgram.Marshaller.visitOver(RexOver over) |
R |
RexBiVisitor.visitOver(RexOver over,
P arg) |
RelOptUtil.Logic |
LogicVisitor.visitOver(RexOver over,
RelOptUtil.Logic arg) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.