Class IrJsonPath

java.lang.Object
io.trino.json.ir.IrJsonPath

public class IrJsonPath extends Object
  • Constructor Details

    • IrJsonPath

      public IrJsonPath(boolean lax, IrPathNode root)
  • Method Details

    • isLax

      public boolean isLax()
    • getRoot

      public IrPathNode getRoot()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object