Uses of Class
io.trino.sql.analyzer.QueryType
-
Packages that use QueryType Package Description io.trino.sql.analyzer -
-
Uses of QueryType in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer that return QueryType Modifier and Type Method Description QueryTypeAnalysis. getQueryType()static QueryTypeQueryType. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryType[]QueryType. 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 QueryType Modifier and Type Method Description AnalysisAnalyzer. analyze(Statement statement, QueryType queryType)static ExpressionAnalysisExpressionAnalyzer. analyzeExpressions(Session session, Metadata metadata, GroupProvider groupProvider, AccessControl accessControl, SqlParser sqlParser, TypeProvider types, Iterable<Expression> expressions, Map<NodeRef<Parameter>,Expression> parameters, WarningCollector warningCollector, QueryType queryType)Constructors in io.trino.sql.analyzer with parameters of type QueryType Constructor Description Analysis(Statement root, Map<NodeRef<Parameter>,Expression> parameters, QueryType queryType)
-