Uses of Class
io.trino.operator.project.PageProcessor
Packages that use PageProcessor
-
Uses of PageProcessor in io.trino.operator
Method parameters in io.trino.operator with type arguments of type PageProcessorModifier and TypeMethodDescriptionstatic OperatorFactoryFilterAndProjectOperator.createOperatorFactory(int operatorId, PlanNodeId planNodeId, Supplier<PageProcessor> processor, List<Type> types, io.airlift.units.DataSize minOutputPageSize, int minOutputPageRowCount) -
Uses of PageProcessor in io.trino.operator.index
Methods in io.trino.operator.index that return types with arguments of type PageProcessorModifier and TypeMethodDescriptionDynamicTupleFilterFactory.createPageProcessor(Page filterTuple, OptionalInt initialBatchSize) -
Uses of PageProcessor in io.trino.sql.gen
Methods in io.trino.sql.gen that return types with arguments of type PageProcessorModifier and TypeMethodDescriptionExpressionCompiler.compilePageProcessor(Optional<RowExpression> filter, List<? extends RowExpression> projections) ExpressionCompiler.compilePageProcessor(Optional<RowExpression> filter, List<? extends RowExpression> projections, int initialBatchSize) ExpressionCompiler.compilePageProcessor(Optional<RowExpression> filter, List<? extends RowExpression> projections, Optional<String> classNameSuffix)