| Package | Description |
|---|---|
| org.apache.calcite.rel.core |
Defines core relational expressions.
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| org.apache.calcite.tools |
Provides utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
RelFactories.SemiJoinFactoryImpl
Implementation of
RelFactories.SemiJoinFactory that returns a vanilla
SemiJoin. |
| Modifier and Type | Field and Description |
|---|---|
static RelFactories.SemiJoinFactory |
RelFactories.DEFAULT_SEMI_JOIN_FACTORY |
| Constructor and Description |
|---|
RelFieldTrimmer(SqlValidator validator,
RelOptCluster cluster,
RelFactories.ProjectFactory projectFactory,
RelFactories.FilterFactory filterFactory,
RelFactories.JoinFactory joinFactory,
RelFactories.SemiJoinFactory semiJoinFactory,
RelFactories.SortFactory sortFactory,
RelFactories.AggregateFactory aggregateFactory,
RelFactories.SetOpFactory setOpFactory)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
private RelFactories.SemiJoinFactory |
RelBuilder.semiJoinFactory |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.