Package org.apache.calcite.plan
Class CommonRelExpressionRegistry
java.lang.Object
org.apache.calcite.plan.CommonRelExpressionRegistry
A registry of common relational expressions for a given query.
The registry is only meant to hold common expressions for a single query.
The class is not thread-safe.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CommonRelExpressionRegistry
public CommonRelExpressionRegistry()
-
-
Method Details
-
add
Adds the specified expression to this registry.- Parameters:
rel- a relational expression to be added to the registry.
-
entries
Returns a stream with all expression entries.- Returns:
- a stream with all expression entries
-