Package io.trino.operator.project
Class InputPageProjection
java.lang.Object
io.trino.operator.project.InputPageProjection
- All Implemented Interfaces:
PageProjection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()booleanproject(ConnectorSession session, DriverYieldSignal yieldSignal, Page page, SelectedPositions selectedPositions)
-
Constructor Details
-
InputPageProjection
-
-
Method Details
-
getType
- Specified by:
getTypein interfacePageProjection
-
isDeterministic
public boolean isDeterministic()- Specified by:
isDeterministicin interfacePageProjection
-
getInputChannels
- Specified by:
getInputChannelsin interfacePageProjection
-
project
public Work<Block> project(ConnectorSession session, DriverYieldSignal yieldSignal, Page page, SelectedPositions selectedPositions) - Specified by:
projectin interfacePageProjection
-