Uses of Interface
io.trino.operator.project.CursorProcessor
-
Packages that use CursorProcessor Package Description io.trino.operator io.trino.sql.gen -
-
Uses of CursorProcessor in io.trino.operator
Constructor parameters in io.trino.operator with type arguments of type CursorProcessor Constructor Description ScanFilterAndProjectOperatorFactory(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 CursorProcessor Modifier and Type Method Description Supplier<CursorProcessor>ExpressionCompiler. compileCursorProcessor(Optional<RowExpression> filter, List<? extends RowExpression> projections, Object uniqueKey)
-