Package io.trino.operator
Class HashSemiJoinOperator
java.lang.Object
io.trino.operator.HashSemiJoinOperator
- All Implemented Interfaces:
WorkProcessorOperator,AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionstatic OperatorFactorycreateOperatorFactory(int operatorId, PlanNodeId planNodeId, SetBuilderOperator.SetSupplier setSupplier, List<? extends Type> probeTypes, int probeJoinChannel, Optional<Integer> probeJoinHashChannel) 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, getMetrics, getOperatorInfo
-
Method Details
-
createOperatorFactory
public static OperatorFactory createOperatorFactory(int operatorId, PlanNodeId planNodeId, SetBuilderOperator.SetSupplier setSupplier, List<? extends Type> probeTypes, int probeJoinChannel, Optional<Integer> probeJoinHashChannel) -
getOutputPages
- Specified by:
getOutputPagesin interfaceWorkProcessorOperator
-