Uses of Class
io.trino.operator.project.InputChannels
Packages that use InputChannels
-
Uses of InputChannels in io.trino.operator.index
Methods in io.trino.operator.index that return InputChannels -
Uses of InputChannels in io.trino.operator.project
Methods in io.trino.operator.project that return InputChannelsModifier and TypeMethodDescriptionConstantPageProjection.getInputChannels()DictionaryAwarePageFilter.getInputChannels()DictionaryAwarePageProjection.getInputChannels()GeneratedPageProjection.getInputChannels()InputPageProjection.getInputChannels()PageFieldsToInputParametersRewriter.Result.getInputChannels()PageFilter.getInputChannels()PageProjection.getInputChannels()Constructors in io.trino.operator.project with parameters of type InputChannelsModifierConstructorDescriptionGeneratedPageProjection(RowExpression projection, boolean isDeterministic, InputChannels inputChannels, MethodHandle pageProjectionWorkFactory) Result(RowExpression rewrittenExpression, InputChannels inputChannels)