Package io.trino.sql.analyzer
Class JsonPathAnalyzer
java.lang.Object
io.trino.sql.analyzer.JsonPathAnalyzer
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionJsonPathAnalyzer(Metadata metadata, Session session, ExpressionAnalyzer literalAnalyzer) -
Method Summary
Modifier and TypeMethodDescriptionanalyzeImplicitJsonPath(String path, NodeLocation location) analyzeJsonPath(StringLiteral path, Map<String, Type> parameterTypes)
-
Constructor Details
-
JsonPathAnalyzer
-
-
Method Details
-
analyzeJsonPath
public JsonPathAnalyzer.JsonPathAnalysis analyzeJsonPath(StringLiteral path, Map<String, Type> parameterTypes) -
analyzeImplicitJsonPath
public JsonPathAnalyzer.JsonPathAnalysis analyzeImplicitJsonPath(String path, NodeLocation location)
-