Package io.trino.operator
Class FilterAndProjectOperator
- java.lang.Object
-
- io.trino.operator.FilterAndProjectOperator
-
- All Implemented Interfaces:
WorkProcessorOperator,AutoCloseable
public class FilterAndProjectOperator extends Object implements WorkProcessorOperator
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OperatorFactorycreateOperatorFactory(int operatorId, PlanNodeId planNodeId, Supplier<PageProcessor> processor, List<Type> types, io.airlift.units.DataSize minOutputPageSize, int minOutputPageRowCount)WorkProcessor<Page>getOutputPages()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.operator.WorkProcessorOperator
close, getMetrics, getOperatorInfo
-
-
-
-
Method Detail
-
getOutputPages
public WorkProcessor<Page> getOutputPages()
- Specified by:
getOutputPagesin interfaceWorkProcessorOperator
-
createOperatorFactory
public static OperatorFactory createOperatorFactory(int operatorId, PlanNodeId planNodeId, Supplier<PageProcessor> processor, List<Type> types, io.airlift.units.DataSize minOutputPageSize, int minOutputPageRowCount)
-
-