Uses of Interface
io.trino.operator.project.CursorProcessor
Packages that use CursorProcessor
-
Uses of CursorProcessor in io.trino.operator
Constructor parameters in io.trino.operator with type arguments of type CursorProcessorModifierConstructorDescriptionScanFilterAndProjectOperatorFactory(int operatorId, PlanNodeId planNodeId, PlanNodeId sourceId, PageSourceProvider pageSourceProvider, Supplier<CursorProcessor> cursorProcessor, Supplier<PageProcessor> pageProcessor, TableHandle table, Iterable<ColumnHandle> columns, DynamicFilter dynamicFilter, List<Type> types, io.airlift.units.DataSize minOutputPageSize, int minOutputPageRowCount) -
Uses of CursorProcessor in io.trino.sql.gen
Methods in io.trino.sql.gen that return types with arguments of type CursorProcessorModifier and TypeMethodDescriptionExpressionCompiler.compileCursorProcessor(Optional<RowExpression> filter, List<? extends RowExpression> projections, Object uniqueKey)