Interface | Description |
---|---|
AuxiliaryConverter |
Converts an expression for a group window function (e.g.
|
RelDecorrelator.AdjustProjectForCountAggregateRule.Config |
Rule configuration.
|
RelDecorrelator.Config |
Base configuration for rules that are non-static in a RelDecorrelator.
|
RelDecorrelator.RemoveCorrelationForScalarAggregateRule.Config |
Rule configuration.
|
RelDecorrelator.RemoveCorrelationForScalarProjectRule.Config |
Rule configuration.
|
RelDecorrelator.RemoveSingleAggregateRule.Config |
Rule configuration.
|
SqlToRelConverter.Config |
Interface to define the configuration for a SqlToRelConverter.
|
Class | Description |
---|---|
AuxiliaryConverter.Impl |
Simple implementation of
AuxiliaryConverter . |
RelDecorrelator |
Copied to fix calcite issues.
|
RelDecorrelator.AdjustProjectForCountAggregateRule |
Planner rule that adjusts projects when counts are added.
|
RelDecorrelator.CorelMap |
A map of the locations of
Correlate in a tree of RelNode s. |
RelDecorrelator.CorelMapBuilder |
Builds a
RelDecorrelator.CorelMap . |
RelDecorrelator.RemoveCorrelationForScalarAggregateRule |
Planner rule that removes correlations for scalar aggregates.
|
RelDecorrelator.RemoveCorrelationForScalarProjectRule |
Planner rule that removes correlations for scalar projects.
|
RelDecorrelator.RemoveSingleAggregateRule |
Rule to remove single_value rel.
|
SqlToRelConverter |
Converts a SQL parse tree (consisting of
SqlNode objects) into a relational algebra
expression (consisting of RelNode objects). |
SqlToRelConverter.ConfigBuilder | Deprecated |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.