Class IrLabel
- java.lang.Object
-
- io.trino.sql.planner.rowpattern.ir.IrRowPattern
-
- io.trino.sql.planner.rowpattern.ir.IrLabel
-
public class IrLabel extends IrRowPattern
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(IrRowPatternVisitor<R,C> visitor, C context)booleanequals(Object obj)StringgetName()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
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 Detail
-
getName
public String getName()
-
accept
public <R,C> R accept(IrRowPatternVisitor<R,C> visitor, C context)
- Overrides:
acceptin classIrRowPattern
-
-