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