Uses of Class
io.trino.sql.analyzer.JsonPathAnalyzer.JsonPathAnalysis
Packages that use JsonPathAnalyzer.JsonPathAnalysis
-
Uses of JsonPathAnalyzer.JsonPathAnalysis in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer that return JsonPathAnalyzer.JsonPathAnalysisModifier and TypeMethodDescriptionJsonPathAnalyzer.analyzeImplicitJsonPath(String path, NodeLocation location) JsonPathAnalyzer.analyzeJsonPath(StringLiteral path, Map<String, Type> parameterTypes) Analysis.getJsonPathAnalysis(Node node) Methods in io.trino.sql.analyzer that return types with arguments of type JsonPathAnalyzer.JsonPathAnalysisMethods in io.trino.sql.analyzer with parameters of type JsonPathAnalyzer.JsonPathAnalysisModifier and TypeMethodDescriptionExpressionAnalyzer.analyzeJsonValueExpression(ValueColumn column, JsonPathAnalyzer.JsonPathAnalysis pathAnalysis, Session session, PlannerContext plannerContext, StatementAnalyzerFactory statementAnalyzerFactory, AccessControl accessControl, Scope scope, Analysis analysis, WarningCollector warningCollector, CorrelationSupport correlationSupport) voidAnalysis.setJsonPathAnalysis(Node node, JsonPathAnalyzer.JsonPathAnalysis pathAnalysis) Method parameters in io.trino.sql.analyzer with type arguments of type JsonPathAnalyzer.JsonPathAnalysisModifier and TypeMethodDescriptionvoidAnalysis.setJsonPathAnalyses(Map<NodeRef<Node>, JsonPathAnalyzer.JsonPathAnalysis> pathAnalyses)