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 TypeExpressionAnalyzer. analyze(Expression expression, Scope scope, CorrelationSupport correlationSupport)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)Constructor parameters in io.trino.sql.analyzer with type arguments of type CorrelationSupport Constructor Description ExpressionAnalyzer(Metadata metadata, AccessControl accessControl, BiFunction<Node,CorrelationSupport,io.trino.sql.analyzer.StatementAnalyzer> statementAnalyzerFactory, Session session, TypeProvider symbolTypes, Map<NodeRef<Parameter>,Expression> parameters, WarningCollector warningCollector, boolean isDescribe, Function<Expression,Type> getPreanalyzedType, Function<Node,Analysis.ResolvedWindow> getResolvedWindow)
-