| 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.SortFactoryImpl
Implementation of
RelFactories.SortFactory that
returns a vanilla Sort. |
| Modifier and Type | Field and Description |
|---|---|
static RelFactories.SortFactory |
RelFactories.DEFAULT_SORT_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.SortFactory |
RelBuilder.sortFactory |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.