Class Analyzer.ResolveRefs
java.lang.Object
org.elasticsearch.xpack.esql.rule.Rule<LogicalPlan,LogicalPlan>
org.elasticsearch.xpack.esql.rule.ParameterizedRule<LogicalPlan,LogicalPlan,AnalyzerContext>
org.elasticsearch.xpack.esql.analysis.AnalyzerRules.ParameterizedAnalyzerRule<LogicalPlan,AnalyzerContext>
org.elasticsearch.xpack.esql.analysis.Analyzer.ResolveRefs
- Enclosing class:
Analyzer
public static class Analyzer.ResolveRefs
extends AnalyzerRules.ParameterizedAnalyzerRule<LogicalPlan,AnalyzerContext>
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<NamedExpression> projectionsForRename(Rename rename, List<Attribute> childrenOutput, org.elasticsearch.logging.Logger logger) protected LogicalPlanrule(LogicalPlan plan, AnalyzerContext context) Methods inherited from class org.elasticsearch.xpack.esql.analysis.AnalyzerRules.ParameterizedAnalyzerRule
apply, skipResolvedMethods inherited from class org.elasticsearch.xpack.esql.rule.ParameterizedRule
apply
-
Constructor Details
-
ResolveRefs
public ResolveRefs()
-
-
Method Details
-
rule
- Specified by:
rulein classAnalyzerRules.ParameterizedAnalyzerRule<LogicalPlan,AnalyzerContext>
-
projectionsForRename
public static List<NamedExpression> projectionsForRename(Rename rename, List<Attribute> childrenOutput, org.elasticsearch.logging.Logger logger)
-