| Package | Description |
|---|---|
| org.apache.calcite.prepare |
Preparation of queries (parsing, planning and implementation).
|
| org.apache.calcite.rel |
Defines relational expressions.
|
| org.apache.calcite.rel.logical |
Defines logical relational expressions.
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| Modifier and Type | Method and Description |
|---|---|
RelNode |
CalciteMaterializer.RelNullShuttle.visit(LogicalMatch match) |
| Modifier and Type | Method and Description |
|---|---|
RelNode |
RelHomogeneousShuttle.visit(LogicalMatch match) |
RelNode |
RelShuttleImpl.visit(LogicalMatch match) |
RelNode |
RelShuttle.visit(LogicalMatch match) |
| Modifier and Type | Method and Description |
|---|---|
static LogicalMatch |
LogicalMatch.create(RelNode input,
RelDataType rowType,
RexNode pattern,
boolean strictStart,
boolean strictEnd,
Map<String,RexNode> patternDefinitions,
Map<String,RexNode> measures,
RexNode after,
Map<String,? extends SortedSet<String>> subsets,
boolean allRows,
List<RexNode> partitionKeys,
RelCollation orderKeys,
RexNode interval)
Creates a LogicalMatch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelStructuredTypeFlattener.rewriteRel(LogicalMatch rel) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.