Uses of Class
io.trino.sql.tree.JsonValue
-
Packages that use JsonValue Package Description io.trino.sql io.trino.sql.tree -
-
Uses of JsonValue in io.trino.sql
Methods in io.trino.sql with parameters of type JsonValue Modifier and Type Method Description protected StringExpressionFormatter.Formatter. visitJsonValue(JsonValue node, Void context) -
Uses of JsonValue in io.trino.sql.tree
Methods in io.trino.sql.tree with parameters of type JsonValue Modifier and Type Method Description ExpressionExpressionRewriter. rewriteJsonValue(JsonValue node, C context, ExpressionTreeRewriter<C> treeRewriter)protected RAstVisitor. visitJsonValue(JsonValue node, C context)protected VoidDefaultTraversalVisitor. visitJsonValue(JsonValue node, C context)
-