Uses of Class
io.trino.operator.project.InputChannels
-
Packages that use InputChannels Package Description io.trino.operator.index io.trino.operator.project -
-
Uses of InputChannels in io.trino.operator.index
Methods in io.trino.operator.index that return InputChannels Modifier and Type Method Description InputChannelsTuplePageFilter. getInputChannels() -
Uses of InputChannels in io.trino.operator.project
Methods in io.trino.operator.project that return InputChannels Modifier and Type Method Description InputChannelsConstantPageProjection. getInputChannels()InputChannelsDictionaryAwarePageFilter. getInputChannels()InputChannelsDictionaryAwarePageProjection. getInputChannels()InputChannelsGeneratedPageProjection. getInputChannels()InputChannelsInputPageProjection. getInputChannels()InputChannelsPageFieldsToInputParametersRewriter.Result. getInputChannels()InputChannelsPageFilter. getInputChannels()InputChannelsPageProjection. getInputChannels()Constructors in io.trino.operator.project with parameters of type InputChannels Constructor Description GeneratedPageProjection(RowExpression projection, boolean isDeterministic, InputChannels inputChannels, MethodHandle pageProjectionWorkFactory)Result(RowExpression rewrittenExpression, InputChannels inputChannels)
-