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) Constructor parameters in io.trino.operator with type arguments of type PageProcessorModifierConstructorDescriptionScanFilterAndProjectOperatorFactory(int operatorId, PlanNodeId planNodeId, PlanNodeId sourceId, PageSourceProviderFactory pageSourceProvider, Supplier<CursorProcessor> cursorProcessor, Function<DynamicFilter, PageProcessor> pageProcessor, TableHandle table, Iterable<ColumnHandle> columns, DynamicFilter dynamicFilter, 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(boolean columnarFilterEvaluationEnabled, Optional<RowExpression> filter, Optional<DynamicPageFilter> dynamicPageFilter, List<? extends RowExpression> projections, Optional<String> classNameSuffix, OptionalInt initialBatchSize) ExpressionCompiler.compilePageProcessor(Optional<RowExpression> filter, List<? extends RowExpression> projections) ExpressionCompiler.compilePageProcessor(Optional<RowExpression> filter, List<? extends RowExpression> projections, int initialBatchSize)