Uses of Class
io.trino.sql.analyzer.CorrelationSupport
-
Packages that use CorrelationSupport Package Description io.trino.sql.analyzer -
-
Uses of CorrelationSupport in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer that return CorrelationSupport Modifier and Type Method Description static CorrelationSupportCorrelationSupport. valueOf(String name)Returns the enum constant of this type with the specified name.static CorrelationSupport[]CorrelationSupport. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.sql.analyzer with parameters of type CorrelationSupport Modifier and Type Method Description static ExpressionAnalysisExpressionAnalyzer. analyzeExpression(Session session, Metadata metadata, GroupProvider groupProvider, AccessControl accessControl, SqlParser sqlParser, Scope scope, Analysis analysis, Expression expression, WarningCollector warningCollector, CorrelationSupport correlationSupport)static ExpressionAnalysisExpressionAnalyzer. analyzeWindow(Session session, Metadata metadata, GroupProvider groupProvider, AccessControl accessControl, SqlParser sqlParser, Scope scope, Analysis analysis, WarningCollector warningCollector, CorrelationSupport correlationSupport, Analysis.ResolvedWindow window, Node originalNode)static ExpressionAnalyzerExpressionAnalyzer. create(Analysis analysis, Session session, Metadata metadata, SqlParser sqlParser, GroupProvider groupProvider, AccessControl accessControl, TypeProvider types, WarningCollector warningCollector, CorrelationSupport correlationSupport)Constructors in io.trino.sql.analyzer with parameters of type CorrelationSupport Constructor Description ExpressionAnalyzer(Metadata metadata, AccessControl accessControl, Function<Node,io.trino.sql.analyzer.StatementAnalyzer> statementAnalyzerFactory, Session session, TypeProvider symbolTypes, Map<NodeRef<Parameter>,Expression> parameters, WarningCollector warningCollector, boolean isDescribe, CorrelationSupport correlationSupport, Function<Expression,Type> getPreanalyzedType, Function<FunctionCall,Analysis.ResolvedWindow> getResolvedWindow)
-