Package io.trino.operator.project
Class GeneratedPageProjection
java.lang.Object
io.trino.operator.project.GeneratedPageProjection
- All Implemented Interfaces:
PageProjection
-
Constructor Summary
ConstructorsConstructorDescriptionGeneratedPageProjection(RowExpression projection, boolean isDeterministic, InputChannels inputChannels, MethodHandle pageProjectionWorkFactory) -
Method Summary
Modifier and TypeMethodDescriptiongetType()booleanproject(ConnectorSession session, DriverYieldSignal yieldSignal, Page page, SelectedPositions selectedPositions) toString()
-
Constructor Details
-
GeneratedPageProjection
public GeneratedPageProjection(RowExpression projection, boolean isDeterministic, InputChannels inputChannels, MethodHandle pageProjectionWorkFactory)
-
-
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
-
toString
-