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