Uses of Interface
io.trino.jsonpath.JsonPathVisitor
-
Packages that use JsonPathVisitor Package Description io.trino.jsonpath io.trino.sql.jsonpath -
-
Uses of JsonPathVisitor in io.trino.jsonpath
Classes in io.trino.jsonpath that implement JsonPathVisitor Modifier and Type Class Description classJsonPathBaseVisitor<T>This class provides an empty implementation ofJsonPathVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods. -
Uses of JsonPathVisitor in io.trino.sql.jsonpath
Classes in io.trino.sql.jsonpath that implement JsonPathVisitor Modifier and Type Class Description classPathTreeBuilder
-