Uses of Class
io.trino.operator.window.pattern.LogicalIndexNavigation
-
Packages that use LogicalIndexNavigation Package Description io.trino.operator.window.pattern io.trino.sql.planner.rowpattern -
-
Uses of LogicalIndexNavigation in io.trino.operator.window.pattern
Methods in io.trino.operator.window.pattern that return LogicalIndexNavigation Modifier and Type Method Description LogicalIndexNavigationPhysicalValuePointer. getLogicalIndexNavigation()LogicalIndexNavigationLogicalIndexNavigation. withLogicalOffset(int logicalOffset)LogicalIndexNavigationLogicalIndexNavigation. withoutLogicalOffset()LogicalIndexNavigationLogicalIndexNavigation. withoutPhysicalOffset()LogicalIndexNavigationLogicalIndexNavigation. withPhysicalOffset(int physicalOffset)Constructors in io.trino.operator.window.pattern with parameters of type LogicalIndexNavigation Constructor Description PhysicalValuePointer(int sourceChannel, Type type, LogicalIndexNavigation logicalIndexNavigation) -
Uses of LogicalIndexNavigation in io.trino.sql.planner.rowpattern
Methods in io.trino.sql.planner.rowpattern that return LogicalIndexNavigation Modifier and Type Method Description LogicalIndexNavigationLogicalIndexPointer. toLogicalIndexNavigation(Map<IrLabel,Integer> mapping)
-