Package io.trino.sql.planner.rowpattern
Class LogicalIndexPointer
- java.lang.Object
-
- io.trino.sql.planner.rowpattern.LogicalIndexPointer
-
public class LogicalIndexPointer extends Object
-
-
Constructor Summary
Constructors Constructor Description LogicalIndexPointer(Set<IrLabel> labels, boolean last, boolean running, int logicalOffset, int physicalOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Set<IrLabel>getLabels()intgetLogicalOffset()intgetPhysicalOffset()inthashCode()booleanisLast()booleanisRunning()LogicalIndexNavigationtoLogicalIndexNavigation(Map<IrLabel,Integer> mapping)
-
-
-
Method Detail
-
isLast
public boolean isLast()
-
isRunning
public boolean isRunning()
-
getLogicalOffset
public int getLogicalOffset()
-
getPhysicalOffset
public int getPhysicalOffset()
-
toLogicalIndexNavigation
public LogicalIndexNavigation toLogicalIndexNavigation(Map<IrLabel,Integer> mapping)
-
-