Uses of Class
io.trino.operator.window.pattern.LogicalIndexNavigation
Packages that use LogicalIndexNavigation
-
Uses of LogicalIndexNavigation in io.trino.operator.window.pattern
Methods in io.trino.operator.window.pattern that return LogicalIndexNavigationModifier and TypeMethodDescriptionPhysicalValuePointer.getLogicalIndexNavigation()LogicalIndexNavigation.withLogicalOffset(int logicalOffset) LogicalIndexNavigation.withoutLogicalOffset()LogicalIndexNavigation.withoutPhysicalOffset()LogicalIndexNavigation.withPhysicalOffset(int physicalOffset) Constructors in io.trino.operator.window.pattern with parameters of type LogicalIndexNavigationModifierConstructorDescriptionPhysicalValuePointer(int sourceChannel, Type type, LogicalIndexNavigation logicalIndexNavigation) -
Uses of LogicalIndexNavigation in io.trino.sql.planner.rowpattern
Methods in io.trino.sql.planner.rowpattern that return LogicalIndexNavigationModifier and TypeMethodDescriptionLogicalIndexPointer.toLogicalIndexNavigation(Map<IrLabel, Integer> mapping)