Uses of Enum Class
io.trino.sql.analyzer.QueryType
Packages that use QueryType
-
Uses of QueryType in io.trino.sql.analyzer
Subclasses with type arguments of type QueryType in io.trino.sql.analyzerMethods in io.trino.sql.analyzer that return QueryTypeModifier and TypeMethodDescriptionAnalysis.getQueryType()static QueryTypeReturns the enum constant of this class with the specified name.static QueryType[]QueryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.sql.analyzer with parameters of type QueryTypeModifier and TypeMethodDescriptionstatic ExpressionAnalysisExpressionAnalyzer.analyzeExpressions(Session session, PlannerContext plannerContext, StatementAnalyzerFactory statementAnalyzerFactory, AccessControl accessControl, Iterable<Expression> expressions, Map<NodeRef<Parameter>, Expression> parameters, WarningCollector warningCollector, QueryType queryType) Constructors in io.trino.sql.analyzer with parameters of type QueryType