Uses of Class
io.trino.operator.project.PageProcessor
-
Packages that use PageProcessor Package Description io.trino.operator io.trino.operator.index io.trino.sql.gen -
-
Uses of PageProcessor in io.trino.operator
Method parameters in io.trino.operator with type arguments of type PageProcessor Modifier and Type Method Description static 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 PageProcessor Modifier and Type Method Description Supplier<PageProcessor>DynamicTupleFilterFactory. 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 PageProcessor Modifier and Type Method Description Supplier<PageProcessor>ExpressionCompiler. compilePageProcessor(Optional<RowExpression> filter, List<? extends RowExpression> projections)Supplier<PageProcessor>ExpressionCompiler. compilePageProcessor(Optional<RowExpression> filter, List<? extends RowExpression> projections, int initialBatchSize)Supplier<PageProcessor>ExpressionCompiler. compilePageProcessor(Optional<RowExpression> filter, List<? extends RowExpression> projections, Optional<String> classNameSuffix)
-