Class IrLabel

java.lang.Object
io.trino.sql.planner.rowpattern.ir.IrRowPattern
io.trino.sql.planner.rowpattern.ir.IrLabel

public class IrLabel extends IrRowPattern
  • Constructor Details

    • IrLabel

      public IrLabel(String name)
      Create IrLabel with given name. The name has to be in the canonical form with respect to SQL identifier semantics.
  • Method Details