public class ConstantPageProjection extends Object implements PageProjection
| Constructor and Description |
|---|
ConstantPageProjection(Object value,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
InputChannels |
getInputChannels() |
Type |
getType() |
boolean |
isDeterministic() |
Work<Block> |
project(ConnectorSession session,
DriverYieldSignal yieldSignal,
Page page,
SelectedPositions selectedPositions) |
public Type getType()
getType in interface PageProjectionpublic boolean isDeterministic()
isDeterministic in interface PageProjectionpublic InputChannels getInputChannels()
getInputChannels in interface PageProjectionpublic Work<Block> project(ConnectorSession session, DriverYieldSignal yieldSignal, Page page, SelectedPositions selectedPositions)
project in interface PageProjectionCopyright © 2012–2019. All rights reserved.