public class InputPageProjection extends Object implements PageProjection
Constructor and Description |
---|
InputPageProjection(int inputChannel,
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 InputPageProjection(int inputChannel, Type type)
public Type getType()
getType
in interface PageProjection
public boolean isDeterministic()
isDeterministic
in interface PageProjection
public InputChannels getInputChannels()
getInputChannels
in interface PageProjection
public Work<Block> project(ConnectorSession session, DriverYieldSignal yieldSignal, Page page, SelectedPositions selectedPositions)
project
in interface PageProjection
Copyright © 2012–2019. All rights reserved.