Uses of Class
io.trino.sql.tree.JsonPathInvocation
-
Packages that use JsonPathInvocation Package Description io.trino.sql io.trino.sql.tree -
-
Uses of JsonPathInvocation in io.trino.sql
Methods in io.trino.sql with parameters of type JsonPathInvocation Modifier and Type Method Description static StringExpressionFormatter. formatJsonPathInvocation(JsonPathInvocation pathInvocation) -
Uses of JsonPathInvocation in io.trino.sql.tree
Methods in io.trino.sql.tree that return JsonPathInvocation Modifier and Type Method Description JsonPathInvocationJsonExists. getJsonPathInvocation()JsonPathInvocationJsonQuery. getJsonPathInvocation()JsonPathInvocationJsonValue. getJsonPathInvocation()Methods in io.trino.sql.tree with parameters of type JsonPathInvocation Modifier and Type Method Description protected RAstVisitor. visitJsonPathInvocation(JsonPathInvocation node, C context)protected VoidDefaultTraversalVisitor. visitJsonPathInvocation(JsonPathInvocation node, C context)Constructors in io.trino.sql.tree with parameters of type JsonPathInvocation Constructor Description JsonExists(Optional<NodeLocation> location, JsonPathInvocation jsonPathInvocation, JsonExists.ErrorBehavior errorBehavior)JsonQuery(Optional<NodeLocation> location, JsonPathInvocation jsonPathInvocation, Optional<DataType> returnedType, Optional<JsonPathParameter.JsonFormat> outputFormat, JsonQuery.ArrayWrapperBehavior wrapperBehavior, Optional<JsonQuery.QuotesBehavior> quotesBehavior, JsonQuery.EmptyOrErrorBehavior emptyBehavior, JsonQuery.EmptyOrErrorBehavior errorBehavior)JsonValue(Optional<NodeLocation> location, JsonPathInvocation jsonPathInvocation, Optional<DataType> returnedType, JsonValue.EmptyOrErrorBehavior emptyBehavior, Optional<Expression> emptyDefault, JsonValue.EmptyOrErrorBehavior errorBehavior, Optional<Expression> errorDefault)
-