Class JsonPath

java.lang.Object
io.trino.sql.jsonpath.tree.PathNode
io.trino.sql.jsonpath.tree.JsonPath

public class JsonPath extends PathNode
  • Constructor Details

    • JsonPath

      public JsonPath(boolean lax, PathNode root)
  • Method Details