Package io.trino.operator.window.pattern
Class PhysicalValuePointer
- java.lang.Object
-
- io.trino.operator.window.pattern.PhysicalValuePointer
-
public class PhysicalValuePointer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCLASSIFIERstatic intMATCH_NUMBER
-
Constructor Summary
Constructors Constructor Description PhysicalValuePointer(int sourceChannel, Type type, LogicalIndexNavigation logicalIndexNavigation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogicalIndexNavigationgetLogicalIndexNavigation()intgetSourceChannel()TypegetType()
-
-
-
Field Detail
-
CLASSIFIER
public static final int CLASSIFIER
- See Also:
- Constant Field Values
-
MATCH_NUMBER
public static final int MATCH_NUMBER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PhysicalValuePointer
public PhysicalValuePointer(int sourceChannel, Type type, LogicalIndexNavigation logicalIndexNavigation)
-
-
Method Detail
-
getSourceChannel
public int getSourceChannel()
-
getType
public Type getType()
-
getLogicalIndexNavigation
public LogicalIndexNavigation getLogicalIndexNavigation()
-
-